summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA9.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-10-28 02:00:25 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-10-28 02:00:25 +0000
commit9e08ee5d16b596078e20787f0b5f36121f099333 (patch)
tree9019d1af77a288cd1c41f36097684e1bc4d08727 /lib/Target/ARM/ARMScheduleA9.td
parent0104d9de04f5620ad9f837efbd3d82f31c6ff451 (diff)
downloadllvm-9e08ee5d16b596078e20787f0b5f36121f099333.tar.gz
llvm-9e08ee5d16b596078e20787f0b5f36121f099333.tar.bz2
llvm-9e08ee5d16b596078e20787f0b5f36121f099333.tar.xz
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests to fail. Ugh.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMScheduleA9.td')
-rw-r--r--lib/Target/ARM/ARMScheduleA9.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMScheduleA9.td b/lib/Target/ARM/ARMScheduleA9.td
index 20aa64163b..548bc7cd60 100644
--- a/lib/Target/ARM/ARMScheduleA9.td
+++ b/lib/Target/ARM/ARMScheduleA9.td
@@ -574,7 +574,7 @@ def CortexA9Itineraries : ProcessorItineraries<
InstrStage<1, [A9_DRegsVFP], 0, Required>,
InstrStage<9, [A9_DRegsN], 0, Reserved>,
InstrStage<1, [A9_NPipe]>],
- [8, 1, 1, 1]>,
+ [8, 0, 1, 1]>,
//
// Double-precision FP MAC
InstrItinData<IIC_fpMAC64 , [InstrStage<1, [A9_Issue0, A9_Issue1], 0>,
@@ -582,7 +582,7 @@ def CortexA9Itineraries : ProcessorItineraries<
InstrStage<1, [A9_DRegsVFP], 0, Required>,
InstrStage<10, [A9_DRegsN], 0, Reserved>,
InstrStage<2, [A9_NPipe]>],
- [9, 1, 1, 1]>,
+ [9, 0, 1, 1]>,
//
// Single-precision FP DIV
InstrItinData<IIC_fpDIV32 , [InstrStage<1, [A9_Issue0, A9_Issue1], 0>,