diff options
author | Eric Christopher <echristo@gmail.com> | 2019-11-06 21:58:28 -0800 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2019-11-06 21:58:28 -0800 |
commit | 009e032634b3bd7fc32071ac2344b12142286477 (patch) | |
tree | bf6dd3433eecc1b18a4a227d5340dc8f29b36c5f /llvm/unittests/Transforms/Vectorize/VPlanTest.cpp | |
parent | 9f10cc2d124c275f2e7a6764e168f6b75527e78f (diff) | |
download | bcm5719-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.cpp | 1 |
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 |