[PATCH] D107284: [LoopVectorize] Add support for replication of more intrinsics with scalable vectors
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 07:25:56 PDT 2021
fhahn added a comment.
In D107284#2928517 <https://reviews.llvm.org/D107284#2928517>, @fhahn wrote:
> LGTM, thanks. Please address the pre-merge lint issue and also make sure the title + description of the patch match the latest version of the code; at the moment it is not in sync with the code.
To be more specific, the title is not accurate because it implies more instructions are replicated, when in fact it does the opposite; it does not require replicating certain calls because it treats them as uniform. It also is not limited to scalable vectors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107284/new/
https://reviews.llvm.org/D107284
More information about the llvm-commits
mailing list