[llvm] [RISCV] Restrict when we fold an ADD_LO into a load/store address. (PR #93129)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 08:12:33 PDT 2024
preames wrote:
I think I'm missing something here. This doesn't seem like a profitable transform, and I'm not understanding why it is required for the pseudo. I get that we'd have two values live through regalloc (the lui and the lui/addi pseudo), but is the impact really that bad? That seems analogous to what we have now?
https://github.com/llvm/llvm-project/pull/93129
More information about the llvm-commits
mailing list