[llvm] [RISCV] Implement RISCVTTIImpl::shouldConsiderAddressTypePromotion for RISCV (PR #102560)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 11 19:52:04 PDT 2024
LiqinWeng 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.
I restored the optimization of instcombine
https://github.com/llvm/llvm-project/pull/102560
More information about the llvm-commits
mailing list