[PATCH] D94294: [RISCV] Add scalable vector vselect ISel patterns

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 10:15:05 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td:256
+                 ToFPR32<fvti.Scalar, fvti.ScalarRegClass, "rs1">.ret,
+                 VMV0:$vm, VLMax, fvti.SEW)>;
+}
----------------
Should we VMERGE_VIM imm 0 when the true operand is (splat_vector fpimm0)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94294



More information about the llvm-commits mailing list