aboutsummaryrefslogtreecommitdiff
path: root/test/alignas-local-32.qbe
AgeCommit message (Collapse)Author
2024-04-27qbe: Add extra size for strict alignment with QBE instructionMichael Forney
With upcoming VLA support, the size might not be constant.
2021-10-25decl: Allow alignment > 16 of localsMichael Forney
This is not yet supported by QBE, so for now we allocate a bit extra and choose the address in the allocated region with an aligned address.