[AArch64] NFC: Add test for access to fixed-width stack object when stack has SVE.
authorSander de Smalen <sander.desmalen@arm.com>
Tue, 1 Mar 2022 17:00:04 +0000 (17:00 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Fri, 4 Mar 2022 09:33:59 +0000 (09:33 +0000)
commitd363bddac5ef538b87423a78be9450a94e36e0d8
tree2255274394cc11d7953f0667b91729f2b0add925
parent7a258c6a3778b78935422a9ed0b6822fae123f32
[AArch64] NFC: Add test for access to fixed-width stack object when stack has SVE.

In this case, the access would benefit from being accessed from the SP, as that
would avoid the redundant ADDVL, since most of the offset can currently be
folded into the addressing mode.
llvm/test/CodeGen/AArch64/framelayout-sve-fixed-width-access.mir [new file with mode: 0644]