[PATCH] D157588: [RISCV] Add overlapping constraints label

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 18:55:24 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:2906
 
 multiclass VPseudoVWALU_VV_VX_VI<Operand ImmType> : VPseudoVWALU_VV_VX {
   foreach m = MxListW in {
----------------
craig.topper wrote:
> Is this class unused? I would expect it to need a TargetConstaintType
Its not unused. It used by VWSLL in a different file. And it should be widening.


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