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/dont_reduce_bytes.ll | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 llvm/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll (limited to 'llvm/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll') diff --git a/llvm/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll b/llvm/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll deleted file mode 100644 index 4974f485d1c..00000000000 --- a/llvm/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll +++ /dev/null @@ -1,22 +0,0 @@ -; Don't reduce the byte access to P[i], at least not on targets that -; support an efficient 'mem[r1+r2]' addressing mode. - -; RUN: opt < %s -loop-reduce -disable-output - - -declare i1 @pred(i32) - -define void @test(i8* %PTR) { -;