aboutsummaryrefslogtreecommitdiff
path: root/test/struct-copy.qbe
AgeCommit message (Collapse)Author
2021-09-14qbe: Fix temporary type for < 8 byte aligned struct copiesMichael Forney
2021-07-01qbe: Remove unnecessary distinction between loaduw and loadswMichael Forney
We always store the result to a w temporary, so there is no difference. In fact, QBE provides loadw as an alias for loadsw precisely for this reason.
2021-06-30qbe: Remove before unnecessary adds during copyMichael Forney
2020-05-24qbe: Omit unnecessary add to help QBE's memopt passMichael Forney
2019-04-16tests -> testMichael Forney