[PATCH] D88707: [SVE] Lower fixed length VECREDUCE_AND operation
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 05:29:20 PDT 2020
paulwalker-arm added a comment.
Re: OverrideNEON: I wouldn't get too hung up on this. The original intention was me trying to reduce the chances of going down broken code paths and also not surprise people with a complete change of code generation output (a.k.a Operation "get something that's usable quickly"). Once wide vector support is driven by function attributes and we start adding proper v#i1 support, we'll be forced to breakaway from NEON and OverrideNEON will become a distant memory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88707/new/
https://reviews.llvm.org/D88707
More information about the llvm-commits
mailing list