[PATCH] D90445: [SLP] Make SLPVectorizer to use `llvm.masked.gather` intrinsic
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 09:08:51 PST 2020
anton-afanasyev added a comment.
> I meant, to add a new vectorization kind for this node, something like `Scatter` or `ScatterVectorized`. We discussed before, that this new boolean field is going to e unused in many cases and better to introduce a new vectorization id (extend `EntryState` enum)
Ok, changed. Do you think this is better now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90445/new/
https://reviews.llvm.org/D90445
More information about the llvm-commits
mailing list