summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSchedule.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-11-13 05:14:20 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-11-13 05:14:20 +0000
commitc47f7d643eee54c087bbe4c9964aa4d5afb7f6fe (patch)
tree356674d9befaab39e601c4c42f0fe60c8abff0d6 /lib/Target/ARM/ARMSchedule.td
parente9c0ff2a76508922b3f3ec07484ba579d4c51d95 (diff)
downloadllvm-c47f7d643eee54c087bbe4c9964aa4d5afb7f6fe.tar.gz
llvm-c47f7d643eee54c087bbe4c9964aa4d5afb7f6fe.tar.bz2
llvm-c47f7d643eee54c087bbe4c9964aa4d5afb7f6fe.tar.xz
Conditional moves are slightly more expensive than moves.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMSchedule.td')
-rw-r--r--lib/Target/ARM/ARMSchedule.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMSchedule.td b/lib/Target/ARM/ARMSchedule.td
index 173961875e..2cdf3a4ddc 100644
--- a/lib/Target/ARM/ARMSchedule.td
+++ b/lib/Target/ARM/ARMSchedule.td
@@ -46,6 +46,7 @@ def IIC_iCMOVi : InstrItinClass;
def IIC_iCMOVr : InstrItinClass;
def IIC_iCMOVsi : InstrItinClass;
def IIC_iCMOVsr : InstrItinClass;
+def IIC_iCMOVix2 : InstrItinClass;
def IIC_iMUL16 : InstrItinClass;
def IIC_iMAC16 : InstrItinClass;
def IIC_iMUL32 : InstrItinClass;