[llvm] [Instcombine] Fold away shift in or reduction chain. (PR #137875)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 03:45:43 PDT 2025


davemgreen wrote:

I've tried to move this into aggressive instcombine to allow it to check for trees of loads first. The transform is looking up through trees already, so maybe that is a better place for it. Let me know what you think.

https://github.com/llvm/llvm-project/pull/137875


More information about the llvm-commits mailing list