diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx512-vselect-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx512-vselect-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-vselect-crash.ll b/llvm/test/CodeGen/X86/avx512-vselect-crash.ll index 9e61f53d594..96af4779b05 100644 --- a/llvm/test/CodeGen/X86/avx512-vselect-crash.ll +++ b/llvm/test/CodeGen/X86/avx512-vselect-crash.ll @@ -4,7 +4,7 @@ define <16 x i32> @test() { ; CHECK-LABEL: test: ; CHECK: ## BB#0: ## %entry -; CHECK-NEXT: vpxord %zmm0, %zmm0, %zmm0 +; CHECK-NEXT: vxorps %xmm0, %xmm0, %xmm0 ; CHECK-NEXT: retq entry: %0 = icmp slt <16 x i32> undef, undef |