[PATCH] D123029: [AArch64] Optimize patterns where AND's on same operand with multiple masks can be combined.

Biplob Mishra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 02:31:00 PDT 2022


bipmis abandoned this revision.
bipmis added a comment.

@RKSimon The InstCombine patch D124119 <https://reviews.llvm.org/D124119> can now handle this and the pattern should not appear in the DAG. We can abandon this review. Thanks.


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

https://reviews.llvm.org/D123029



More information about the llvm-commits mailing list