[PATCH] D33768: [Polly] Exclude Ignored Intrinsics from explicit instruction list

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 06:09:49 PDT 2017


Meinersbur added a comment.

The test case still does not fail when I undo the change in `ScopBuilder.cpp`

Instead of `CHECK-NOT`, try a positive match (`CHECK-NEXT`) of all the instruction list that are supposed to be in there.


https://reviews.llvm.org/D33768





More information about the llvm-commits mailing list