[PATCH] D155101: [RISCV] Fold ops into vmv.v.v as vmerge with all-ones mask

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 07:27:19 PDT 2023


luke added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:3204
+         Opc == RISCV::PseudoVMERGE_VVM_M2 ||
+         Opc == RISCV::PseudoVMERGE_VVM_M4 || Opc == RISCV::PseudoVMERGE_VVM_M8;
+}
----------------
reames wrote:
> Formatting: Please use the same format as the lines above for all of the cases, both in this function and next one.
I was surprised too, but amazingly this is the output of clang-format 🙃 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155101



More information about the llvm-commits mailing list