[llvm] [RISCV] Convert LWU to LW if possible in RISCVOptWInstrs (PR #144703)
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 03:48:31 PDT 2025
asb wrote:
I'm going to go ahead and land this even though the implementation has changed a bit since the last LGTM:
* The logic change has become trivial since #149710 and the intended approach was flagged in that PR
* The implementation approach hasn't changed meaningfully since the previous review (just in a different function in the same pass)
* There has long been agreement on the approach.
https://github.com/llvm/llvm-project/pull/144703
More information about the llvm-commits
mailing list