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

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 06:52:34 PDT 2023


Jim added a comment.

Could you have pre-commit test for easily showing the change of this patch?



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:2236
+  def : Pat<
+      (vti.Vector 
+        (riscv_trunc_vector_vl
----------------
indents doesn't look similar with other pat definition.


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