[llvm] [RISCV] Implement RISCVTTIImpl::shouldConsiderAddressTypePromotion for RISCV (PR #102560)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 00:00:47 PDT 2024
topperc wrote:
> > Why are there InstCombine changes in this patch?
>
> I removed the optimization I had implemented in instcombine. I think that when the offset in the address calculation is a constant, it can be covered in the current patch and does not need to be implemented in InstCombine. 
They should be separate PRs with different reviewers.
https://github.com/llvm/llvm-project/pull/102560
More information about the llvm-commits
mailing list