summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCScheduleG5.td
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-06-12 19:01:24 +0000
committerHal Finkel <hfinkel@anl.gov>2012-06-12 19:01:24 +0000
commit16803097fbefa313fdadc3adede659bd0e52cec1 (patch)
treeadae514a243b76a64b371118ff635c54f340a934 /lib/Target/PowerPC/PPCScheduleG5.td
parentb9c592f4c554888c095863cf1e7cda350a371b6c (diff)
downloadllvm-16803097fbefa313fdadc3adede659bd0e52cec1.tar.gz
llvm-16803097fbefa313fdadc3adede659bd0e52cec1.tar.bz2
llvm-16803097fbefa313fdadc3adede659bd0e52cec1.tar.xz
Split out the PPC instruction class IntSimple from IntGeneral.
On the POWER7, adds and logical operations can also be handled in the load/store pipelines. We'll call these IntSimple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCScheduleG5.td')
-rw-r--r--lib/Target/PowerPC/PPCScheduleG5.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCScheduleG5.td b/lib/Target/PowerPC/PPCScheduleG5.td
index d1e40cef96..1371499726 100644
--- a/lib/Target/PowerPC/PPCScheduleG5.td
+++ b/lib/Target/PowerPC/PPCScheduleG5.td
@@ -13,6 +13,7 @@
def G5Itineraries : ProcessorItineraries<
[IU1, IU2, SLU, BPU, FPU1, FPU2, VFPU, VIU1, VIU2, VPU], [], [
+ InstrItinData<IntSimple , [InstrStage<2, [IU1, IU2]>]>,
InstrItinData<IntGeneral , [InstrStage<2, [IU1, IU2]>]>,
InstrItinData<IntCompare , [InstrStage<3, [IU1, IU2]>]>,
InstrItinData<IntDivD , [InstrStage<68, [IU1]>]>,