[PATCH] D144925: [RISCV][NFC] Replace the pseudos for instructions that depend on lmul with variants that encode the SEW into the name

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 16:32:26 PDT 2023


craig.topper added a comment.

A lot of the content from your original patch is no longer showing in this review. For example, SchedSEWSet is no longer created in this diff.



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:2350
 
+// TODO: Should I make this SEW aware?
 multiclass VPseudoVRCP_V {
----------------
michaelmaitland wrote:
> Where did you land on making this SEW aware?
I think the answer is no.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144925



More information about the llvm-commits mailing list