summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCScheduleG4.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/PPCScheduleG4.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/PPCScheduleG4.td')
-rw-r--r--lib/Target/PowerPC/PPCScheduleG4.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCScheduleG4.td b/lib/Target/PowerPC/PPCScheduleG4.td
index f7ec1e0133..e19ddfa80e 100644
--- a/lib/Target/PowerPC/PPCScheduleG4.td
+++ b/lib/Target/PowerPC/PPCScheduleG4.td
@@ -13,6 +13,7 @@
def G4Itineraries : ProcessorItineraries<
[IU1, IU2, SLU, SRU, BPU, FPU1, VIU1, VIU2, VPU, VFPU], [], [
+ InstrItinData<IntSimple , [InstrStage<1, [IU1, IU2]>]>,
InstrItinData<IntGeneral , [InstrStage<1, [IU1, IU2]>]>,
InstrItinData<IntCompare , [InstrStage<1, [IU1, IU2]>]>,
InstrItinData<IntDivW , [InstrStage<19, [IU1]>]>,