[PATCH] D127870: [RISCV] Fold prepass back into InsertVSETVLI data flow [nfc-ish]

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 16:51:51 PDT 2022


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

LGTM



================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:981
+  //    from the current state for the new one.  This allows us to
+  //    generate 'vsetvli x0, x0, vtype" or possible skip the transition
+  //    entirely.
----------------
possible -> possibly?


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

https://reviews.llvm.org/D127870



More information about the llvm-commits mailing list