mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
[mips] Move class IsCommutable into MipsInstrInfo.td.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6085780a91
commit
0232064e6f
@ -75,10 +75,6 @@ def MipsMSUB_DSP : MipsDSPBase<"MSUB_DSP", SDT_MipsDPA>;
|
||||
def MipsMSUBU_DSP : MipsDSPBase<"MSUBU_DSP", SDT_MipsDPA>;
|
||||
|
||||
// Flags.
|
||||
class IsCommutable {
|
||||
bit isCommutable = 1;
|
||||
}
|
||||
|
||||
class UseAC {
|
||||
list<Register> Uses = [AC0];
|
||||
}
|
||||
|
@ -173,6 +173,10 @@ class MipsPat<dag pattern, dag result> : Pat<pattern, result> {
|
||||
let Predicates = [HasStdEnc];
|
||||
}
|
||||
|
||||
class IsCommutable {
|
||||
bit isCommutable = 1;
|
||||
}
|
||||
|
||||
class IsBranch {
|
||||
bit isBranch = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user