[AArch64] NFC. Add a test exposing a bug in FixupStatepointCallerSaved pass
authorDaniil Suchkov <dsuchkov@azul.com>
Tue, 18 Jul 2023 19:57:52 +0000 (12:57 -0700)
committerDaniil Suchkov <dsuchkov@azul.com>
Tue, 18 Jul 2023 20:53:28 +0000 (13:53 -0700)
commit6fa66acfad3b6a31b60ba557824cb93e6fe6b19e
tree93888f8f07b7d641a855bd5273795b5a4a08f135
parent902c41fc800290076a107fc8c1e6d8da688bc1ae
[AArch64] NFC. Add a test exposing a bug in FixupStatepointCallerSaved pass

This pass doesn't take register classes into account, so it ends up
trying to spill a non-GP register onto stack which is not correct.
llvm/test/CodeGen/AArch64/aarch64-fixup-statepoint-regs-crash.ll [new file with mode: 0644]