[LLVMdev] RFC: Loop distribution/Partial vectorization
Renato Golin
renato.golin at linaro.org
Mon Jan 26 03:26:12 PST 2015
On 12 January 2015 at 18:42, Adam Nemet <anemet at apple.com> wrote:
> - Loop Distribution is implemented as a separate pass to be run before the
> Loop Vectorizer.
Agree, this would be the best place to put it. I'm wondering whether
it would be valid (or desirable) to put any metadata stopping the
vectorizers from looking at the loops that you have marked as
non-vectorizable.
cheers,
--renato
More information about the llvm-dev
mailing list