[PATCH] D150415: [RISCV] Add a pass to merge moving parameter registers instructions for Zcmp
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 15:47:06 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVMoveOptimizer.cpp:19
+
+#define RISCV_MOVE_OPT_NAME "RISC-V Zcmp move merging pass"
+
----------------
We're inconsistently using "move optimizer" and "move merging". Can we pick one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150415/new/
https://reviews.llvm.org/D150415
More information about the llvm-commits
mailing list