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:
fb2c145
)
llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknown-unknown.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 24 Jun 2013 13:19:52 +0000
(13:19 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 24 Jun 2013 13:19:52 +0000
(13:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184730
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/legalize-shift-64.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/legalize-shift-64.ll
b/test/CodeGen/X86/legalize-shift-64.ll
index 71ef2d3152f8d2f9fd486b6288b91ffb32a00a02..0e6fb1366aada66c851e19f3a0168182d4a299d6 100644
(file)
--- a/
test/CodeGen/X86/legalize-shift-64.ll
+++ b/
test/CodeGen/X86/legalize-shift-64.ll
@@
-1,4
+1,4
@@
-; RUN: llc -mcpu=generic -m
arch=x86
< %s | FileCheck %s
+; RUN: llc -mcpu=generic -m
triple=i686-unknown-unknown
< %s | FileCheck %s
define i64 @test1(i32 %xx, i32 %test) nounwind {
%conv = zext i32 %xx to i64