[llvm] [AArch64] Add ISel patterns for LDAPURS* instructions (PR #171788)

Nathan Corbyn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 15 04:39:46 PST 2025


================
@@ -59,6 +59,44 @@ define i8 @load_atomic_i8_aligned_acquire(ptr %ptr) {
     ret i8 %r
 }
 
+define i32 @load_atomic_i8_aligned_acquire_sext_i32(ptr %ptr) {
----------------
cofibrant wrote:

I did use `llvm/utils/update_llc_test_checks.py` to generate the CHECK lines, but I reverted the hunks that just reordered the CHECK lines in the existing tests as I thought this would just add noise in the PR. I can reorder these if you like, though.

You're right, though, I should have precommihted the tests. Good spot 😅

https://github.com/llvm/llvm-project/pull/171788


More information about the llvm-commits mailing list