[llvm] [AArch64][SVE] Add SubtargetFeature to disable lowering unpredicated loads/stores as… (PR #170256)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 08:04:13 PST 2025
================
@@ -443,6 +443,8 @@ def AllowMisalignedMemAccesses
def UseWzrToVecMove : Predicate<"Subtarget->useWzrToVecMove()">;
+def AllowUnpredicatedLdStLower
----------------
paulwalker-arm wrote:
Fair enough. It's easily changed if other non-lowering uses crop up.
https://github.com/llvm/llvm-project/pull/170256
More information about the llvm-commits
mailing list