[PATCH] D93893: [RISCV] Define vsext/vzext intrinsics.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 02:46:42 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.td:456
+// Represent invalid LMUL register classes in LMULInfo.
+def NoVReg : VReg<[vint8m1_t], (add V0), 1>;
----------------
Is this really needed? It was already introduced once and removed in a later patch. If it’s never going to be used can we just use an existing register class?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93893



More information about the llvm-commits mailing list