[llvm] 5183ec4 - [X86] urem-seteq-vec-tautological.ll - regenerate VPTERNLOG comment

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 06:23:27 PST 2025


Author: Simon Pilgrim
Date: 2025-01-21T14:20:38Z
New Revision: 5183ec471a9f45de1202a64c8c9ffe22d895a161

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

LOG: [X86] urem-seteq-vec-tautological.ll - regenerate VPTERNLOG comment

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/urem-seteq-vec-tautological.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/urem-seteq-vec-tautological.ll b/llvm/test/CodeGen/X86/urem-seteq-vec-tautological.ll
index a17b5a1e8f3e0b..36094fe56d5774 100644
--- a/llvm/test/CodeGen/X86/urem-seteq-vec-tautological.ll
+++ b/llvm/test/CodeGen/X86/urem-seteq-vec-tautological.ll
@@ -121,7 +121,7 @@ define <4 x i1> @t1_all_odd_ne(<4 x i32> %X) nounwind {
 ; CHECK-AVX512VL-NEXT:    vpmulld {{\.?LCPI[0-9]+_[0-9]+}}(%rip){1to4}, %xmm0, %xmm0
 ; CHECK-AVX512VL-NEXT:    vpminud {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0, %xmm1
 ; CHECK-AVX512VL-NEXT:    vpcmpeqd %xmm1, %xmm0, %xmm0
-; CHECK-AVX512VL-NEXT:    vpternlogq $15, %xmm0, %xmm0, %xmm0
+; CHECK-AVX512VL-NEXT:    vpternlogq {{.*#+}} xmm0 = ~xmm0
 ; CHECK-AVX512VL-NEXT:    vpcmpeqd %xmm1, %xmm1, %xmm1
 ; CHECK-AVX512VL-NEXT:    vpblendd {{.*#+}} xmm0 = xmm0[0],xmm1[1],xmm0[2],xmm1[3]
 ; CHECK-AVX512VL-NEXT:    retq


        


More information about the llvm-commits mailing list