[PATCH] D151176: [RISCV] Custom lower fixed-length vector llvm.is.fpclass to vfclass.v

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 23:21:28 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:2031
+    def : Pat<(riscv_fclass_vl (vti.Vector vti.RegClass:$rs2), (vti.Mask true_mask),
+                             VLOpFrag),
+            (!cast<Instruction>("PseudoVFCLASS_V_"# vti.LMul.MX)
----------------
Indent this 2 more spaces so it lines up with `(vti.Vector` on the previous line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151176



More information about the llvm-commits mailing list