[PATCH] D149267: [AArch64][SVE] Add basic predicated add/sub patterns

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 01:15:37 PDT 2023


dmgreen abandoned this revision.
dmgreen added a comment.

Thanks. I had this one earlier in the sequence to add the patterns before D149967 <https://reviews.llvm.org/D149967> enabled shouldFoldSelectWithIdentityConstant, to keep the two separate. D149967 <https://reviews.llvm.org/D149967> removes the pattern again to use VSelectUnpredOrPassthruPatFrags, so I can fold this into there.


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

https://reviews.llvm.org/D149267



More information about the llvm-commits mailing list