[PATCH] D157588: [RISCV] Add overlapping constraints label
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 12 10:46:25 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:547
bits<8> SEW = 0;
+ bits<2> TargetOverlapConstraintType = 1;
}
----------------
Please document the values in comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157588/new/
https://reviews.llvm.org/D157588
More information about the llvm-commits
mailing list