diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx512-vbroadcast-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx512-vbroadcast-crash.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-vbroadcast-crash.ll b/llvm/test/CodeGen/X86/avx512-vbroadcast-crash.ll index 0d6d0d7ae5d..ed617f53606 100644 --- a/llvm/test/CodeGen/X86/avx512-vbroadcast-crash.ll +++ b/llvm/test/CodeGen/X86/avx512-vbroadcast-crash.ll @@ -1,6 +1,7 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl +; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s define <16 x i32> @test_vbroadcast() { + ; CHECK: vpbroadcastd entry: %0 = sext <16 x i1> zeroinitializer to <16 x i32> %1 = fcmp uno <16 x float> undef, zeroinitializer |