[PATCH] D72569: [PowerPC][Future] Add prefixed instruction paddi to future CPU
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 09:53:51 PST 2020
nemanjai added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:71
+
+class MLS_DForm2_r0<bits<6> pref, bits<6> opcode, dag OOL, dag IOL,
+ string asmstr, InstrItinClass itin, list<dag> pattern>
----------------
The definition above hard codes the prefix. I don't see a reason for this one to be any different.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72569/new/
https://reviews.llvm.org/D72569
More information about the llvm-commits
mailing list