[llvm] [X86] combineAdd - fold (add (sub (shl x, c), y), z) -> (sub (add (shl x, c), z), y) (PR #142734)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 23 12:16:14 PDT 2025
mysterymath wrote:
I was able to reproduce the issue, and reverting this PR didn't resolve it. Sorry for the false alarm.
https://github.com/llvm/llvm-project/pull/142734
More information about the llvm-commits
mailing list