[PATCH] D123579: [RISCV][VP] Add RVV codegen for vp.trunc.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 08:59:19 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:4352
 
   SplatOne = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, ContainerVT,
                          DAG.getUNDEF(ContainerVT), SplatOne);
----------------
Am I crazy or are these splats missing their VL operand?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123579



More information about the llvm-commits mailing list