[llvm] [AArch64][GISel] Support SVE with 128-bit min-size for G_LOAD and G_STORE (PR #92130)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 07:51:49 PDT 2024
================
@@ -13,7 +13,7 @@
def GPRRegBank : RegisterBank<"GPR", [XSeqPairsClass]>;
/// Floating Point/Vector Registers: B, H, S, D, Q.
-def FPRRegBank : RegisterBank<"FPR", [QQQQ]>;
+def FPRRegBank : RegisterBank<"FPR", [QQQQ, ZPR]>;
----------------
madhur13490 wrote:
The comment needs update to include ZPR too.
https://github.com/llvm/llvm-project/pull/92130
More information about the llvm-commits
mailing list