[PATCH] D15906: [Vectorization] Actually return from error case in isStridedPtr

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 16:01:16 PST 2016


echristo added a comment.

I don't think that you can CHECK-NOT two things in a row like this. You'll need a check between. In general for this you should be able to just check that there aren't any vector types in the program? Or you could add something in between as well.

-eric


http://reviews.llvm.org/D15906





More information about the llvm-commits mailing list