From 4b43159c55b30551f667b21143d943a852cc9ea9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 11 Oct 2005 18:28:48 +0000 Subject: [PATCH] lsr doesn't emit gep instructions anymore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23696 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll index 659e3f815ee..1613a5b0bde 100644 --- a/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll +++ b/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll @@ -1,7 +1,7 @@ ; Don't reduce the byte access to P[i], at least not on targets that ; support an efficient 'mem[r1+r2]' addressing mode. -; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep 'getelementptr.*PTR.*INDVAR' +; RUN: llvm-as < %s | opt -loop-reduce -disable-output ; XFAIL: * -- 2.34.1