[llvm] [AArch64] Mark Armv8.4-a LDAPUR* instructions as mayLoad (PR #171142)
Nathan Corbyn via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 06:58:13 PST 2025
================
@@ -14,11 +14,11 @@
# CHECK-NEXT: 2 1 0.50 * ldapur x20, [x13]
# CHECK-NEXT: 2 1 0.50 * ldapurb w13, [x17]
# CHECK-NEXT: 2 1 0.50 * ldapurh w3, [x22]
-# CHECK-NEXT: 2 1 0.50 U ldapursb w7, [x8]
-# CHECK-NEXT: 2 1 0.50 U ldapursb x29, [x7]
-# CHECK-NEXT: 2 1 0.50 U ldapursh w17, [x19]
-# CHECK-NEXT: 2 1 0.50 U ldapursh x3, [x3]
-# CHECK-NEXT: 2 1 0.50 U ldapursw x3, [x18]
+# CHECK-NEXT: 2 1 0.50 * U ldapursb w7, [x8]
+# CHECK-NEXT: 2 1 0.50 * U ldapursb x29, [x7]
+# CHECK-NEXT: 2 1 0.50 * U ldapursh w17, [x19]
+# CHECK-NEXT: 2 1 0.50 * U ldapursh x3, [x3]
+# CHECK-NEXT: 2 1 0.50 * U ldapursw x3, [x18]
----------------
cofibrant wrote:
I'm surprised these are still marked as 'has side effects'. Could you explain what the side effects are?
https://github.com/llvm/llvm-project/pull/171142
More information about the llvm-commits
mailing list