[PATCH] D72569: [PowerPC][Future] Add prefixed instruction paddi to future CPU
Yi-Hong Lyu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 10:10:07 PST 2020
Yi-Hong.Lyu requested changes to this revision.
Yi-Hong.Lyu added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrFormats.td:45
+ // Indicate that this instruction does not use the default register numbering.
+ bits<1> UseCustomRegNumbering = 0;
+ let TSFlags{8} = UseCustomRegNumbering;
----------------
Do we really need this flag? I think it is the flag that should be removed with removing UseVSXReg flag work in https://reviews.llvm.org/D58685.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72569/new/
https://reviews.llvm.org/D72569
More information about the llvm-commits
mailing list