[PATCH] D144789: [DAG] Match select(icmp(x,y),sub(x,y),sub(y,x)) -> abd(x,y) patterns

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 01:23:16 PDT 2023


dmgreen accepted this revision.
dmgreen added a comment.

I checked the AArch64 test and they all seem to be valid. LGTM, thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144789



More information about the llvm-commits mailing list