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:
a99e384
)
Add a -march line for this test, and run it on x86-64 too for fun.
author
Dan Gohman
<gohman@apple.com>
Wed, 20 Aug 2008 00:56:07 +0000
(
00:56
+0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 20 Aug 2008 00:56:07 +0000
(
00:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55030
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fast-isel.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fast-isel.ll
b/test/CodeGen/X86/fast-isel.ll
index b0be56b64b25171643fe6bdd6b8811a1ee5ba094..6eeffc523f40323c79064e0f346e1c3a1ad0946b 100644
(file)
--- a/
test/CodeGen/X86/fast-isel.ll
+++ b/
test/CodeGen/X86/fast-isel.ll
@@
-1,4
+1,5
@@
-; RUN: llvm-as < %s | llc -fast-isel
+; RUN: llvm-as < %s | llc -fast-isel -march=x86
+; RUN: llvm-as < %s | llc -fast-isel -march=x86-64
; This tests very minimal fast-isel functionality.