[PATCH] D84359: [PowerPC] Add vector pair load/store instructions and vector pair register class
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 16:42:00 PDT 2020
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:605
+def PPCRegVSRpRCAsmOperand : AsmOperandClass {
+ let Name = "RegVSRpRC"; let PredicateMethod = "isVSRpEvenRegNumber";
----------------
Minor nit, but I am thinking it may be better to put the class definitions above the definitions of the predicates.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84359/new/
https://reviews.llvm.org/D84359
More information about the llvm-commits
mailing list