summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
diff options
context:
space:
mode:
authorGil Rapaport <gil.rapaport@intel.com>2019-11-08 22:14:31 +0200
committerGil Rapaport <gil.rapaport@intel.com>2019-11-08 22:17:11 +0200
commit9f08ce0d2197d4f163dfa4633eae2347ce8fc881 (patch)
tree6e02e14bb9d732d7df0b9466aba6e2179567e8ae /llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
parent5b47efa20e0c482a60af5fea8dd7e3fae94c1a7e (diff)
downloadbcm5719-llvm-9f08ce0d2197d4f163dfa4633eae2347ce8fc881.tar.gz
bcm5719-llvm-9f08ce0d2197d4f163dfa4633eae2347ce8fc881.zip
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)"
This reverts commit 11ed1c0239fd51fd2f064311dc7725277ed0a994 - causes an assert failure.
Diffstat (limited to 'llvm/unittests/Transforms/Vectorize/VPlanTest.cpp')
-rw-r--r--llvm/unittests/Transforms/Vectorize/VPlanTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/Transforms/Vectorize/VPlanTest.cpp b/llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
index 67936a83efa..57567e7d843 100644
--- a/llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
+++ b/llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
@@ -83,7 +83,6 @@ TEST(VPInstructionTest, moveAfter) {
CHECK_ITERATOR(VPBB1, I2, I1);
CHECK_ITERATOR(VPBB2, I4, I3, I5);
- EXPECT_EQ(I3->getParent(), I4->getParent());
}
} // namespace
OpenPOWER on IntegriCloud