summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-11-06 21:58:28 -0800
committerEric Christopher <echristo@gmail.com>2019-11-06 21:58:28 -0800
commit009e032634b3bd7fc32071ac2344b12142286477 (patch)
treebf6dd3433eecc1b18a4a227d5340dc8f29b36c5f /llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
parent9f10cc2d124c275f2e7a6764e168f6b75527e78f (diff)
downloadbcm5719-llvm-009e032634b3bd7fc32071ac2344b12142286477.tar.gz
bcm5719-llvm-009e032634b3bd7fc32071ac2344b12142286477.zip
Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)"
as it's causing assert failures. This reverts commit 100e797adb433724a17c9b42b6533cd634cb796b.
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