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

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 15:46:54 PDT 2017


manojgupta added a comment.

In https://reviews.llvm.org/D35498#813096, @Meinersbur wrote:

> 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


Thanks,
Added the test case to the review.


https://reviews.llvm.org/D35498





More information about the llvm-commits mailing list