[PATCH] D21774: [X86] Transform setcc + movzbl into xorl + setcc

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 08:56:27 PDT 2016


spatel added a subscriber: spatel.

================
Comment at: test/CodeGen/X86/avx-intrinsics-x86.ll:1946-1953
@@ -1945,5 +1945,10 @@
 
 define i32 @test_x86_sse42_pcmpestria128(<16 x i8> %a0, <16 x i8> %a2) {
 ; AVX-LABEL: test_x86_sse42_pcmpestria128:
 ; AVX:       ## BB#0:
+; AVX-NEXT:    pushl %ebx
+; AVX-NEXT:  Ltmp0:
+; AVX-NEXT:    .cfi_def_cfa_offset 8
+; AVX-NEXT:  Ltmp1:
+; AVX-NEXT:    .cfi_offset %ebx, -8
 ; AVX-NEXT:    movl $7, %eax
----------------
Use the 'nounwind' attribute on this and other tests to eliminate some of the diff noise?


http://reviews.llvm.org/D21774





More information about the llvm-commits mailing list