[llvm] [RISCV] Add late optimization pass for riscv (PR #133256)
Mikhail R. Gadelha via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 11:19:18 PDT 2025
mikhailramalho wrote:
> Can we call this something like "RISC-V Late Peephole Optimisation Pass" or "RISC-V Late Branch Optimisation Pass", rather than just "Late Optimisation". I don't want that to prevent us adding more things to it in the future, but I do want to have a slightly more descriptive name
I can rename it to "RISC-V Late Branch Optimisation Pass". I removed the Peephole from the previous version because we are changing the CFG
https://github.com/llvm/llvm-project/pull/133256
More information about the llvm-commits
mailing list