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:
f89e2a9
)
make this harder
author
Chris Lattner
<sabre@nondot.org>
Tue, 5 Sep 2006 20:27:06 +0000
(20:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 5 Sep 2006 20:27:06 +0000
(20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30120
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/select.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/select.ll
b/test/CodeGen/X86/select.ll
index c708f5e07320ac2a6c291fc7ee5025336819c1ff..68bac667b4248da417ad63490ac1d0aa43250aa0 100644
(file)
--- a/
test/CodeGen/X86/select.ll
+++ b/
test/CodeGen/X86/select.ll
@@
-1,4
+1,5
@@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah &&
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium
bool %boolSel(bool %A, bool %B, bool %C) {
%X = select bool %A, bool %B, bool %C