[llvm] [AArch64][GISel] Support SVE with 128-bit min-size for G_LOAD and G_STORE (PR #92130)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 15:02:31 PDT 2024
================
@@ -440,8 +463,7 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
{p0, v4s32, v4s32, 8},
{p0, v2s64, v2s64, 8},
{p0, v2p0, v2p0, 8},
- {p0, s128, s128, 8},
- })
+ {p0, s128, s128, 8}})
----------------
davemgreen wrote:
Same here.
https://github.com/llvm/llvm-project/pull/92130
More information about the llvm-commits
mailing list