[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
- Previous message: [llvm] [X86] combineAdd - fold (add (sub (shl x, c), y), z) -> (sub (add (shl x, c), z), y) (PR #142734)
- Next message: [llvm] [X86] combineAdd - fold (add (sub (shl x, c), y), z) -> (sub (add (shl x, c), z), y) (PR #142734)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
RKSimon wrote:
Test case? I'm not going to rule it out but I doubt it.
https://github.com/llvm/llvm-project/pull/142734
- Previous message: [llvm] [X86] combineAdd - fold (add (sub (shl x, c), y), z) -> (sub (add (shl x, c), z), y) (PR #142734)
- Next message: [llvm] [X86] combineAdd - fold (add (sub (shl x, c), y), z) -> (sub (add (shl x, c), z), y) (PR #142734)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list