[PATCH] D130564: [AArch64][SVE] Add patterns to select masked FP arith
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 04:01:38 PDT 2022
paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.
As we increase the idioms that need to match to `fma` like instructions we may want to move some of this logic into c++ code to canonicalise the DAG and emit `FMA_PRED/vselect` combos that are easier to match, but that can wait for another day.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130564/new/
https://reviews.llvm.org/D130564
More information about the llvm-commits
mailing list