[PATCH] D156685: [RISCV] Match ext_vl + ext_vl + srem + trunc_vl to vrem.vv

Vettel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 07:33:47 PDT 2023


LWenH added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:2236
+  def : Pat<
+      (vti.Vector 
+        (riscv_trunc_vector_vl
----------------
Jim wrote:
> indents doesn't look similar with other pat definition.
Sure, but I'm not quite familiar with such process of pre-commit test in LLVM, could you give me some hint about the pre-commit test here or how to do so?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156685



More information about the llvm-commits mailing list