[PATCH] D96972: [RISCV] Support insertion of misaligned subvectors

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 00:03:39 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:697
+        case RISCVVLMUL::LMUL_F2:
+          VSlideupOpc = RISCV::PseudoVSLIDEUP_VI_MF2;
+          break;
----------------
Should this really be a tail undisturbed vmv.v.v?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96972



More information about the llvm-commits mailing list