[llvm] c56514f - [X86] mfence.ll - remove dead X32 check prefix

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 08:06:00 PDT 2025


Author: Simon Pilgrim
Date: 2025-03-12T15:05:44Z
New Revision: c56514f75b0744f79d29b5b07298e2aad6803730

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

LOG: [X86] mfence.ll - remove dead X32 check prefix

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/mfence.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/mfence.ll b/llvm/test/CodeGen/X86/mfence.ll
index ce74d2dd69f9b..f2d3bc8217b1d 100644
--- a/llvm/test/CodeGen/X86/mfence.ll
+++ b/llvm/test/CodeGen/X86/mfence.ll
@@ -36,11 +36,6 @@ define i32 @fence(ptr %ptr) {
 }
 
 define void @mfence() nounwind {
-; X32-LABEL: mfence:
-; X32:       # %bb.0:
-; X32-NEXT:    mfence
-; X32-NEXT:    retl
-;
 ; CHECK-LABEL: mfence:
 ; CHECK:       # %bb.0:
 ; CHECK-NEXT:    mfence


        


More information about the llvm-commits mailing list