[llvm] [DAGCombiner] Turn `(neg (max x, (neg x)))` into `(min x, (neg x))` (PR #120666)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 10:53:57 PST 2024
mshockwave wrote:
> Can you also do the globalisel version?
Of course. Let me do that in a separate PR.
https://github.com/llvm/llvm-project/pull/120666
More information about the llvm-commits
mailing list