diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-09-28 23:50:49 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-09-28 23:50:49 +0000 |
commit | 63d66eed16a6ee4e838f2f7a4c8299def0722c20 (patch) | |
tree | 8f6d45aaa9b70a0694825dabb532e81b91a6622d /lib/Target/PowerPC/PPCScheduleG3.td | |
parent | e48155b25a40e0c1f285ab42b99b2503638d6c0d (diff) | |
download | external_llvm-63d66eed16a6ee4e838f2f7a4c8299def0722c20.zip external_llvm-63d66eed16a6ee4e838f2f7a4c8299def0722c20.tar.gz external_llvm-63d66eed16a6ee4e838f2f7a4c8299def0722c20.tar.bz2 |
Add support to model pipeline bypass / forwarding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCScheduleG3.td')
-rw-r--r-- | lib/Target/PowerPC/PPCScheduleG3.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCScheduleG3.td b/lib/Target/PowerPC/PPCScheduleG3.td index 7344763..ad4da1f 100644 --- a/lib/Target/PowerPC/PPCScheduleG3.td +++ b/lib/Target/PowerPC/PPCScheduleG3.td @@ -13,7 +13,7 @@ def G3Itineraries : ProcessorItineraries< - [IU1, IU2, FPU1, BPU, SRU, SLU], [ + [IU1, IU2, FPU1, BPU, SRU, SLU], [], [ InstrItinData<IntGeneral , [InstrStage<1, [IU1, IU2]>]>, InstrItinData<IntCompare , [InstrStage<1, [IU1, IU2]>]>, InstrItinData<IntDivW , [InstrStage<19, [IU1]>]>, |