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/Mips | |
| 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/Mips')
| -rw-r--r-- | lib/Target/Mips/MipsSchedule.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsSchedule.td b/lib/Target/Mips/MipsSchedule.td index 055ff32..49ca5d1 100644 --- a/lib/Target/Mips/MipsSchedule.td +++ b/lib/Target/Mips/MipsSchedule.td @@ -40,7 +40,7 @@ def IIPseudo : InstrItinClass; //===----------------------------------------------------------------------===// // Mips Generic instruction itineraries. //===----------------------------------------------------------------------===// -def MipsGenericItineraries : ProcessorItineraries<[ALU, IMULDIV], [ +def MipsGenericItineraries : ProcessorItineraries<[ALU, IMULDIV], [], [ InstrItinData<IIAlu , [InstrStage<1, [ALU]>]>, InstrItinData<IILoad , [InstrStage<3, [ALU]>]>, InstrItinData<IIStore , [InstrStage<1, [ALU]>]>, |
