[llvm] 01aa0c7 - [SPARC] Add a missing SPARC64-LABEL check

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 05:15:39 PDT 2023


Author: Jay Foad
Date: 2023-09-28T13:15:09+01:00
New Revision: 01aa0c776dd810f97ffc8bb4081a36f97d78309e

URL: https://github.com/llvm/llvm-project/commit/01aa0c776dd810f97ffc8bb4081a36f97d78309e
DIFF: https://github.com/llvm/llvm-project/commit/01aa0c776dd810f97ffc8bb4081a36f97d78309e.diff

LOG: [SPARC] Add a missing SPARC64-LABEL check

Added: 
    

Modified: 
    llvm/test/CodeGen/SPARC/atomics.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/SPARC/atomics.ll b/llvm/test/CodeGen/SPARC/atomics.ll
index 715202f5977db81..6a9abcc32545a91 100644
--- a/llvm/test/CodeGen/SPARC/atomics.ll
+++ b/llvm/test/CodeGen/SPARC/atomics.ll
@@ -144,7 +144,6 @@ entry:
 }
 
 ; SPARC-LABEL: test_cmpxchg_i16
-
 ; SPARC:       and %o1, -4, %o2
 ; SPARC:       and %o1, 3, %o1
 ; SPARC:       xor %o1, 2, %o1
@@ -176,6 +175,7 @@ entry:
 ; SPARC:      [[LABEL2]]:
 ; SPARC:       retl
 ; SPARC:       srl %g2, %o1, %o0
+; SPARC64-LABEL: test_cmpxchg_i16
 ; SPARC64:       and %o1, -4, %o2
 ; SPARC64:       and %o1, 3, %o1
 ; SPARC64:       xor %o1, 2, %o1


        


More information about the llvm-commits mailing list