[PATCH] D152380: [RISCV] Canonicalize towards vmerge w/passthrough representation

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 14:02:25 PDT 2023


craig.topper accepted this revision.
craig.topper added a comment.

LGTM other than that typo



================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:3233
+// Note: The VMERGE_VVM forms above (TA, and TU) refer to the policy implied,
+// not the pseudo name.  That is, a TA VMERGE_VVM can be either the _TU psuedo
+// form with an IMPLICIT_DEF passthrough operand or the unsuffixed (TA) pseudo
----------------
psuedo -> pseudo  at end of the line


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

https://reviews.llvm.org/D152380



More information about the llvm-commits mailing list