mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[X86] Remove unnecessary BT InstRW overrides.
llvm-svn: 331147
This commit is contained in:
parent
a60ae47b70
commit
93ea255229
@ -554,10 +554,7 @@ def ZnWriteALULat2Ld : SchedWriteRes<[ZnAGU, ZnALU]> {
|
||||
}
|
||||
|
||||
// BT.
|
||||
// r,r/i.
|
||||
def : InstRW<[WriteShift], (instregex "BT(16|32|64)r(r|i8)")>;
|
||||
|
||||
def : InstRW<[WriteShiftLd], (instregex "BT(16|32|64)mr")>;
|
||||
// m,i.
|
||||
def : InstRW<[WriteShiftLd], (instregex "BT(16|32|64)mi8")>;
|
||||
|
||||
// BTR BTS BTC.
|
||||
@ -568,7 +565,6 @@ def ZnWriteBTRSC : SchedWriteRes<[ZnALU]> {
|
||||
}
|
||||
def : InstRW<[ZnWriteBTRSC], (instregex "BT(R|S|C)(16|32|64)r(r|i8)")>;
|
||||
|
||||
|
||||
// m,r,i.
|
||||
def ZnWriteBTRSCm : SchedWriteRes<[ZnAGU, ZnALU]> {
|
||||
let Latency = 6;
|
||||
|
Loading…
Reference in New Issue
Block a user