[llvm] [DAGCombiner] Add pattern matching for negated subtraction in ABDU selection (PR #156217)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 02:24:09 PDT 2025


https://github.com/RKSimon commented:

How come we're not already catching this with `neg(sub(x,y)) -> sub(y,x)`?

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


More information about the llvm-commits mailing list