diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx512-zext-load-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx512-zext-load-crash.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-zext-load-crash.ll b/llvm/test/CodeGen/X86/avx512-zext-load-crash.ll index 5861fbfa0b5..07ded13a0e3 100644 --- a/llvm/test/CodeGen/X86/avx512-zext-load-crash.ll +++ b/llvm/test/CodeGen/X86/avx512-zext-load-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 <8 x i16> @test_zext_load() { + ; CHECK: vmovq entry: %0 = load <2 x i16> ** undef, align 8 %1 = getelementptr inbounds <2 x i16>* %0, i64 1 |