[PATCH] D94070: [RISCV] Match vmslt(u).vx intrinsics with a small immediate to vmsle(u).vx.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 06:37:22 PST 2021


frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.

LGTM other than my minor nit.



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:3119
+  def : Pat<(vti.Mask (int_riscv_vmsltu_mask (vti.Mask V0),
+                                            (vti.Vector vti.RegClass:$rs1),
+                                            (vti.Scalar simm5_plus1:$rs2),
----------------
Are these operands meant to be aligned with the one above?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94070



More information about the llvm-commits mailing list