[PATCH] D59259: [AArch64] Use faddp to implement fadd reductions.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 10:01:15 PDT 2019


nikic added a comment.

Would it be possible to avoid the FADDV node and directly match on VECREDUCE_FADD? It would be nice to replace all of these target specific nodes with their generic equivalents.


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

https://reviews.llvm.org/D59259





More information about the llvm-commits mailing list