From a86343512845c9c1fdbac865fea88aa5fce7142a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 17 Apr 2019 02:12:23 +0000 Subject: Temporarily Revert "Add basic loop fusion pass." As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546 --- .../LoopStrengthReduce/invariant_value_first.ll | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 llvm/test/Transforms/LoopStrengthReduce/invariant_value_first.ll (limited to 'llvm/test/Transforms/LoopStrengthReduce/invariant_value_first.ll') diff --git a/llvm/test/Transforms/LoopStrengthReduce/invariant_value_first.ll b/llvm/test/Transforms/LoopStrengthReduce/invariant_value_first.ll deleted file mode 100644 index 4d59ca9869c..00000000000 --- a/llvm/test/Transforms/LoopStrengthReduce/invariant_value_first.ll +++ /dev/null @@ -1,24 +0,0 @@ -; Check that the index of 'P[outer]' is pulled out of the loop. -; RUN: opt < %s -loop-reduce -S | \ -; RUN: not grep "getelementptr.*%outer.*%INDVAR" - -target datalayout = "e-p:32:32:32-n8:16:32" -declare i1 @pred() - -declare i32 @foo() - -define void @test([10000 x i32]* %P) { -;