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:
74c8d67
)
switch SDTBinaryArithWithFlags to be a multiple-result node as well.
author
Chris Lattner
<sabre@nondot.org>
Wed, 24 Mar 2010 00:49:29 +0000
(
00:49
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 24 Mar 2010 00:49:29 +0000
(
00:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99370
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.td
b/lib/Target/X86/X86InstrInfo.td
index b55aa44d986b8acd96722df8a967f7ee21e8308a..3ee37d64200909eb1c202161fa4bab81d192b06a 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.td
+++ b/
lib/Target/X86/X86InstrInfo.td
@@
-31,10
+31,10
@@
def SDTX86Cmov : SDTypeProfile<1, 4,
def SDTUnaryArithWithFlags : SDTypeProfile<2, 1,
[SDTCisInt<0>, SDTCisVT<1, i32>]>;
-def SDTBinaryArithWithFlags : SDTypeProfile<
1
, 2,
- [SDTCisSameAs<0,
1
>,
- SDTCisSameAs<0,
2
>,
- SDTCisInt<0>]>;
+def SDTBinaryArithWithFlags : SDTypeProfile<
2
, 2,
+ [SDTCisSameAs<0,
2
>,
+ SDTCisSameAs<0,
3
>,
+ SDTCisInt<0>
, SDTCisVT<1, i32>
]>;
def SDTX86BrCond : SDTypeProfile<0, 3,
[SDTCisVT<0, OtherVT>,
SDTCisVT<1, i8>, SDTCisVT<2, i32>]>;