[PATCH] D63236: [mips] Add empty scheduler info and `NoItinerary` to the `MipsAsmPseudoInst`
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 09:57:29 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363701: [mips] Set the hasNoSchedulingInfo flag for the `MipsAsmPseudoInst` (authored by atanasyan, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D63236?vs=204966&id=205383#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63236/new/
https://reviews.llvm.org/D63236
Files:
llvm/trunk/lib/Target/Mips/MipsInstrFormats.td
Index: llvm/trunk/lib/Target/Mips/MipsInstrFormats.td
===================================================================
--- llvm/trunk/lib/Target/Mips/MipsInstrFormats.td
+++ llvm/trunk/lib/Target/Mips/MipsInstrFormats.td
@@ -145,6 +145,7 @@
class MipsAsmPseudoInst<dag outs, dag ins, string asmstr>:
MipsInst<outs, ins, asmstr, [], IIPseudo, Pseudo> {
let isPseudo = 1;
+ let hasNoSchedulingInfo = 1;
let Pattern = [];
}
//===----------------------------------------------------------------------===//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63236.205383.patch
Type: text/x-patch
Size: 518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/4b15d586/attachment.bin>
More information about the llvm-commits
mailing list