[PATCH] D35498: [LoopVectorizer] Use two step casting for float to pointer type.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 08:55:49 PDT 2017


Meinersbur added a comment.

In https://reviews.llvm.org/D35498#812053, @mkuper wrote:

> > I am trying to create a reduced test case but no success so far.
>
> The standard way to do this is to dump the IR just before the vectorizer, and then use bugpoint to reduce.
>  Have you tried that?


I did that already here: https://llvm.org/PR33804#c5


https://reviews.llvm.org/D35498





More information about the llvm-commits mailing list