diff options
Diffstat (limited to 'llvm/test/Analysis/Delinearization/divide_by_one.ll')
| -rw-r--r-- | llvm/test/Analysis/Delinearization/divide_by_one.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Analysis/Delinearization/divide_by_one.ll b/llvm/test/Analysis/Delinearization/divide_by_one.ll index 28fe5c50ae77..e812e65ba7fd 100644 --- a/llvm/test/Analysis/Delinearization/divide_by_one.ll +++ b/llvm/test/Analysis/Delinearization/divide_by_one.ll @@ -14,14 +14,12 @@ target datalayout = "e-m:e-p:32:32-i1:32-i64:64-a:0-n32" define void @test(ptr nocapture %dst, i32 %stride, i32 %bs) { ; CHECK-LABEL: 'test' ; CHECK-NEXT: Inst: %0 = load i8, ptr %arrayidx, align 1 -; CHECK-NEXT: In Loop with Header: for.body3 ; CHECK-NEXT: AccessFunction: {{\{\{}}(-1 + ((1 + %bs) * %stride)),+,(-1 * %stride)}<%for.cond1.preheader>,+,1}<nw><%for.body3> ; CHECK-NEXT: Base offset: %dst ; CHECK-NEXT: ArrayDecl[UnknownSize][%stride] with elements of 1 bytes. ; CHECK-NEXT: ArrayRef[{(1 + %bs),+,-1}<nw><%for.cond1.preheader>][{-1,+,1}<nw><%for.body3>] ; CHECK-EMPTY: ; CHECK-NEXT: Inst: store i8 %0, ptr %arrayidx7, align 1 -; CHECK-NEXT: In Loop with Header: for.body3 ; CHECK-NEXT: AccessFunction: {{\{\{}}(%stride * %bs),+,(-1 * %stride)}<%for.cond1.preheader>,+,1}<nsw><%for.body3> ; CHECK-NEXT: Base offset: %dst ; CHECK-NEXT: ArrayDecl[UnknownSize][%stride] with elements of 1 bytes. |
