[AArch64][GlobalISel] NFC: Replace IR regbankselect test with MIR test
authorJessica Paquette <jpaquette@apple.com>
Mon, 29 Mar 2021 23:29:10 +0000 (16:29 -0700)
committerJessica Paquette <jpaquette@apple.com>
Mon, 29 Mar 2021 23:32:34 +0000 (16:32 -0700)
commit247ff26a89673886c20a3199c4aa0614b1b5c45d
treeaaa45737dc0b1f9c0dcff2225f6f437ad372d375
parente0577b3130a646b0ee090c04a40400483031c7a9
[AArch64][GlobalISel] NFC: Replace IR regbankselect test with MIR test

regbank-ceil.ll -> regbank-ceil.mir

The IR test was intended to only check register banks. This makes it brittle,
especially as we improve load/store combines in GlobalISel.

Rewriting this as a MIR test also makes it more consistent with the rest of
the testcases in GlobalISel.
llvm/test/CodeGen/AArch64/GlobalISel/regbank-ceil.ll [deleted file]
llvm/test/CodeGen/AArch64/GlobalISel/regbank-ceil.mir [new file with mode: 0644]