[PATCH] D142601: [DAGCombiner]: Add transform (and/or (icmp eq/ne (A, C)), (icmp eq/ne (A, -C))) -> (icmp eq/ne (ABS A), ABS(C))

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 22:16:37 PST 2023


goldstein.w.n added a comment.

Wondering if I should merge this commit with `D142344` or would that be too much?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142601/new/

https://reviews.llvm.org/D142601



More information about the llvm-commits mailing list