projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d68a5
)
Set missing x86 arch in a CodeGen regression test.
author
Pawel Bylica
<chfast@gmail.com>
Mon, 22 Jun 2015 21:18:10 +0000
(21:18 +0000)
committer
Pawel Bylica
<chfast@gmail.com>
Mon, 22 Jun 2015 21:18:10 +0000
(21:18 +0000)
Fixes the regression test added in r240291.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240336
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fold-vector-shl-crash.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fold-vector-shl-crash.ll
b/test/CodeGen/X86/fold-vector-shl-crash.ll
index b0341e0739c42c30e92e7f0e5d3f8b759ffe3654..9f81e44074f1d194fd02af796b2d77234fc5fe7e 100644
(file)
--- a/
test/CodeGen/X86/fold-vector-shl-crash.ll
+++ b/
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() {