[PATCH] D142288: [X86] Add basic vector handling for ISD::ABDS/ABDU (absolute difference) nodes

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 03:38:55 PST 2023


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

The DAG combiner changes LGTM.

I would like to get D119075 <https://reviews.llvm.org/D119075> done in one way or another. It requires creating node for types that are not legal though. I don't think this should prevent that though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142288



More information about the llvm-commits mailing list