diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx512-cmp.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx512-cmp.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-cmp.ll b/llvm/test/CodeGen/X86/avx512-cmp.ll index fceb9c14b7d..78df51be5c3 100644 --- a/llvm/test/CodeGen/X86/avx512-cmp.ll +++ b/llvm/test/CodeGen/X86/avx512-cmp.ll @@ -163,10 +163,12 @@ define i32 @test10(i64 %b, i64 %c, i1 %d) { ; ALL-NEXT: kmovw %edx, %k0 ; ALL-NEXT: cmpq %rsi, %rdi ; ALL-NEXT: sete %al +; ALL-NEXT: andl $1, %eax ; ALL-NEXT: kmovw %eax, %k1 ; ALL-NEXT: korw %k1, %k0, %k1 ; ALL-NEXT: kxorw %k1, %k0, %k0 ; ALL-NEXT: kmovw %k0, %eax +; ALL-NEXT: andl $1, %eax ; ALL-NEXT: testb %al, %al ; ALL-NEXT: je LBB8_1 ; ALL-NEXT: ## BB#2: ## %if.end.i |