[llvm] [RISCV] Add a pass to remove ADDI by reassociating to fold into load/store address. (PR #127151)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 16 22:50:05 PST 2025
dtcxzyw wrote:
> > Compile-time and size measurements on llvm-test-suite (rv64gc):
>
> Why would the compile-time decrease? I thought it should increase compile-time.
Perhaps it reduces the number of ADDI and speeds up the subsequent passes.
https://github.com/llvm/llvm-project/pull/127151
More information about the llvm-commits
mailing list