diff options
-rw-r--r-- | llvm/test/CodeGen/X86/fold-vector-shl-crash.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fold-vector-shl-crash.ll b/llvm/test/CodeGen/X86/fold-vector-shl-crash.ll index b0341e0739c..9f81e44074f 100644 --- a/llvm/test/CodeGen/X86/fold-vector-shl-crash.ll +++ b/llvm/test/CodeGen/X86/fold-vector-shl-crash.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -march=x86 | FileCheck %s ;CHECK-LABEL: test define <2 x i256> @test() { |