[PATCH] D67645: [aarch64] add def-pats for dot product
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 12:09:01 PDT 2019
SjoerdMeijer added a comment.
yep, I think we need to generate those reduction intrinsics, which we can then lower/instruction select. I don't think there's anything controversial about that, intrinsics gets generated in a lot of different cases.
Are you planning on doing that now and turn your attention the vectorizer? That would make this work obsolete when it is ready.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67645/new/
https://reviews.llvm.org/D67645
More information about the llvm-commits
mailing list