[PATCH] D73135: [AArch64][ARM] Always expand ordered vector reductions (PR44600)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 15:03:44 PST 2020
nikic added a comment.
I was working off the assumption that no backend could reasonably make use of these ops due to lack of legalization, but I guess it's still possible to use them if you only opt-in to exactly those VTs that you can directly lower. I've now updated the patch to make it ARM/AArch64 specific, via the shouldExpandReductions() TTI hook.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73135/new/
https://reviews.llvm.org/D73135
More information about the llvm-commits
mailing list