[llvm] [X86] combineAdd - fold (add (sub (shl x, c), y), z) -> (sub (add (shl x, c), z), y) (PR #142734)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 17 23:41:03 PDT 2025


RKSimon wrote:

Test case? I'm not going to rule it out but I doubt it.

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


More information about the llvm-commits mailing list