[PATCH] D93612: [RISCV] Update V instructions constraints to conform to v1.0

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 14:36:50 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h:93
   // source vector register group or the source mask register
   WidenV = VS2Constraint | VS1Constraint | VMConstraint,
   WidenW = VS1Constraint | VMConstraint,
----------------
These enum values aren't used. Just the ones in X86InstrFormats.td are used and now they aren't in sync.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93612/new/

https://reviews.llvm.org/D93612



More information about the llvm-commits mailing list