mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
[mips][sched] Removed IIFrecipFsqrtStep. No instructions use it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,7 +20,6 @@ def IIAlu : InstrItinClass;
|
||||
def IILoad : InstrItinClass;
|
||||
def IIStore : InstrItinClass;
|
||||
def IIBranch : InstrItinClass;
|
||||
def IIFrecipFsqrtStep : InstrItinClass;
|
||||
def IIFLoad : InstrItinClass;
|
||||
def IIFStore : InstrItinClass;
|
||||
def IIFmoveC1 : InstrItinClass;
|
||||
@@ -229,7 +228,6 @@ def MipsGenericItineraries : ProcessorItineraries<[ALU, IMULDIV], [], [
|
||||
InstrItinData<II_DIV_D , [InstrStage<36, [ALU]>]>,
|
||||
InstrItinData<II_SQRT_S , [InstrStage<54, [ALU]>]>,
|
||||
InstrItinData<II_SQRT_D , [InstrStage<12, [ALU]>]>,
|
||||
InstrItinData<IIFrecipFsqrtStep , [InstrStage<5, [ALU]>]>,
|
||||
InstrItinData<IIFLoad , [InstrStage<3, [ALU]>]>,
|
||||
InstrItinData<IIFStore , [InstrStage<1, [ALU]>]>,
|
||||
InstrItinData<IIFmoveC1 , [InstrStage<2, [ALU]>]>
|
||||
|
Reference in New Issue
Block a user