[all-commits] [llvm/llvm-project] 247ff2: [AArch64][GlobalISel] NFC: Replace IR regbankselec...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Mon Mar 29 16:33:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 247ff26a89673886c20a3199c4aa0614b1b5c45d
https://github.com/llvm/llvm-project/commit/247ff26a89673886c20a3199c4aa0614b1b5c45d
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
R llvm/test/CodeGen/AArch64/GlobalISel/regbank-ceil.ll
A llvm/test/CodeGen/AArch64/GlobalISel/regbank-ceil.mir
Log Message:
-----------
[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.
More information about the All-commits
mailing list