summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA8.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/ARMScheduleA8.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/ARMScheduleA8.td')
-rw-r--r--lib/Target/ARM/ARMScheduleA8.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMScheduleA8.td b/lib/Target/ARM/ARMScheduleA8.td
index fc62faa09a..bd5e2749ea 100644
--- a/lib/Target/ARM/ARMScheduleA8.td
+++ b/lib/Target/ARM/ARMScheduleA8.td
@@ -77,6 +77,8 @@ def CortexA8Itineraries : ProcessorItineraries<
InstrItinData<IIC_iCMOVr , [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 1]>,
InstrItinData<IIC_iCMOVsi, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 1]>,
InstrItinData<IIC_iCMOVsr, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 1, 1]>,
+ InstrItinData<IIC_iCMOVix2,[InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
+ InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [3, 1]>,
//
// MVN instructions
InstrItinData<IIC_iMVNi , [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [1]>,