[PATCH] D105199: [LoopVectorize] Fix scalable vector crash in VPReplicateRecipe::execute
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 9 01:36:26 PDT 2021
david-arm marked an inline comment as done.
david-arm added a comment.
In D105199#2864081 <https://reviews.llvm.org/D105199#2864081>, @fhahn wrote:
> In D105199#2864080 <https://reviews.llvm.org/D105199#2864080>, @fhahn wrote:
>
>> ... Let sketch an alternative and share it later today or tomorrow.
>
> This should be `Let me ... sketch`
Hi @fhahn, if you want I'm also happy to sketch out an alternative if you can give me some pointers? I wrote the code this way as it wasn't obvious what other way I'd do this - at least for the GEP it's due to the decision to treat it as being "scalarised after vectorisation" very early on in the process.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105199/new/
https://reviews.llvm.org/D105199
More information about the llvm-commits
mailing list