forked from OSchip/llvm-project
[SystemZ] Remove FullInstRWOverlapCheck from SchedMachineModels.
This is NFC, even though it caught just a few cases of overlapping regular expressions. Review: Ulrich Weigand llvm-svn: 329886
This commit is contained in:
parent
26e171f0a7
commit
e3f53e5d14
|
@ -24,9 +24,6 @@ def Z13Model : SchedMachineModel {
|
|||
|
||||
// Extra cycles for a mispredicted branch.
|
||||
let MispredictPenalty = 20;
|
||||
|
||||
// FIXME: Remove when all errors have been fixed.
|
||||
let FullInstRWOverlapCheck = 0;
|
||||
}
|
||||
|
||||
let SchedModel = Z13Model in {
|
||||
|
@ -596,7 +593,8 @@ def : InstRW<[LSU, LSU, Lat5, GroupAlone], (instregex "LPD(G)?$")>;
|
|||
def : InstRW<[LSU, Lat30, GroupAlone], (instregex "TR$")>;
|
||||
def : InstRW<[FXa, FXa, FXa, LSU, LSU, Lat30, GroupAlone], (instregex "TRT$")>;
|
||||
def : InstRW<[FXa, LSU, Lat30], (instregex "TRTR$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "TR(TR)?(T)?(E|EOpt)?$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "TRE$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "TRT(R)?E(Opt)?$")>;
|
||||
def : InstRW<[LSU, Lat30], (instregex "TR(T|O)(T|O)(Opt)?$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "CU(12|14|21|24|41|42)(Opt)?$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "(CUUTF|CUTFU)(Opt)?$")>;
|
||||
|
@ -880,7 +878,7 @@ def : InstRW<[VecFPd, Lat30], (instregex "DI(E|D)BR$")>;
|
|||
|
||||
// Compare
|
||||
def : InstRW<[VecXsPm, LSU, Lat8], (instregex "(K|C)(E|D)B$")>;
|
||||
def : InstRW<[VecXsPm, Lat4], (instregex "(K|C)(E|D)BR?$")>;
|
||||
def : InstRW<[VecXsPm, Lat4], (instregex "(K|C)(E|D)BR$")>;
|
||||
def : InstRW<[VecDF, VecDF, Lat20, GroupAlone], (instregex "(K|C)XBR$")>;
|
||||
|
||||
// Test Data Class
|
||||
|
|
|
@ -24,9 +24,6 @@ def Z14Model : SchedMachineModel {
|
|||
|
||||
// Extra cycles for a mispredicted branch.
|
||||
let MispredictPenalty = 20;
|
||||
|
||||
// FIXME: Remove when all errors have been fixed.
|
||||
let FullInstRWOverlapCheck = 0;
|
||||
}
|
||||
|
||||
let SchedModel = Z14Model in {
|
||||
|
@ -604,7 +601,8 @@ def : InstRW<[LSU, LSU, Lat5, GroupAlone], (instregex "LPD(G)?$")>;
|
|||
def : InstRW<[LSU, Lat30, GroupAlone], (instregex "TR$")>;
|
||||
def : InstRW<[FXa, FXa, FXa, LSU, LSU, Lat30, GroupAlone], (instregex "TRT$")>;
|
||||
def : InstRW<[FXa, LSU, Lat30], (instregex "TRTR$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "TR(TR)?(T)?(E|EOpt)?$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "TRE$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "TRT(R)?E(Opt)?$")>;
|
||||
def : InstRW<[LSU, Lat30], (instregex "TR(T|O)(T|O)(Opt)?$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "CU(12|14|21|24|41|42)(Opt)?$")>;
|
||||
def : InstRW<[FXa, Lat30], (instregex "(CUUTF|CUTFU)(Opt)?$")>;
|
||||
|
@ -897,7 +895,7 @@ def : InstRW<[VecFPd, Lat30], (instregex "DI(E|D)BR$")>;
|
|||
|
||||
// Compare
|
||||
def : InstRW<[VecXsPm, LSU, Lat8], (instregex "(K|C)(E|D)B$")>;
|
||||
def : InstRW<[VecXsPm, Lat4], (instregex "(K|C)(E|D)BR?$")>;
|
||||
def : InstRW<[VecXsPm, Lat4], (instregex "(K|C)(E|D)BR$")>;
|
||||
def : InstRW<[VecDF, VecDF, Lat20, GroupAlone], (instregex "(K|C)XBR$")>;
|
||||
|
||||
// Test Data Class
|
||||
|
|
|
@ -24,9 +24,6 @@ def Z196Model : SchedMachineModel {
|
|||
|
||||
// Extra cycles for a mispredicted branch.
|
||||
let MispredictPenalty = 16;
|
||||
|
||||
// FIXME: Remove when all errors have been fixed.
|
||||
let FullInstRWOverlapCheck = 0;
|
||||
}
|
||||
|
||||
let SchedModel = Z196Model in {
|
||||
|
@ -555,7 +552,8 @@ def : InstRW<[LSU, LSU, Lat5, GroupAlone], (instregex "LPD(G)?$")>;
|
|||
def : InstRW<[LSU, Lat30, GroupAlone], (instregex "TR$")>;
|
||||
def : InstRW<[LSU, Lat30, GroupAlone], (instregex "TRT$")>;
|
||||
def : InstRW<[FXU, LSU, Lat30], (instregex "TRTR$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "TR(TR)?(T)?(E|EOpt)?$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "TRE$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "TRT(R)?E(Opt)?$")>;
|
||||
def : InstRW<[LSU, Lat30], (instregex "TR(T|O)(T|O)(Opt)?$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "CU(12|14|21|24|41|42)(Opt)?$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "(CUUTF|CUTFU)(Opt)?$")>;
|
||||
|
|
|
@ -24,9 +24,6 @@ def ZEC12Model : SchedMachineModel {
|
|||
|
||||
// Extra cycles for a mispredicted branch.
|
||||
let MispredictPenalty = 16;
|
||||
|
||||
// FIXME: Remove when all errors have been fixed.
|
||||
let FullInstRWOverlapCheck = 0;
|
||||
}
|
||||
|
||||
let SchedModel = ZEC12Model in {
|
||||
|
@ -567,7 +564,8 @@ def : InstRW<[LSU, LSU, Lat5, GroupAlone], (instregex "LPD(G)?$")>;
|
|||
def : InstRW<[LSU, Lat30, GroupAlone], (instregex "TR$")>;
|
||||
def : InstRW<[FXU, FXU, FXU, LSU, LSU, Lat30, GroupAlone], (instregex "TRT$")>;
|
||||
def : InstRW<[FXU, LSU, Lat30], (instregex "TRTR$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "TR(TR)?(T)?(E|EOpt)?$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "TRE$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "TRT(R)?E(Opt)?$")>;
|
||||
def : InstRW<[LSU, Lat30], (instregex "TR(T|O)(T|O)(Opt)?$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "CU(12|14|21|24|41|42)(Opt)?$")>;
|
||||
def : InstRW<[FXU, Lat30], (instregex "(CUUTF|CUTFU)(Opt)?$")>;
|
||||
|
|
Loading…
Reference in New Issue