[PATCH] D117689: [AArch64][SVE] Fold vselect into predicated fmul, fsub and fadd

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 16:01:53 PST 2022


paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.

The IR within the tests looks like it's been doubly indented and there's a typo in the commit message (should be `(vselect (p) (op (a) (b)) (a)) => (op -> (p) (a) (b))` but otherwise looks good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117689



More information about the llvm-commits mailing list