Skip to content

Commit 82a3043

Browse files
committed
Addressed review comments
1 parent 6a3b3f0 commit 82a3043

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

llvm/test/Transforms/LoopInterchange/force-interchange.ll

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
; for (int j = 0; j<1024; j++)
88
; A[i][j] = 42;
99
;
10-
; CHECK: --- !Analysis
11-
; CHECK-NEXT: Pass: loop-interchange
12-
; CHECK-NEXT: Name: Dependence
13-
; CHECK-NEXT: Function: f
14-
; CHECK-NEXT: Args:
15-
; CHECK-NEXT: - String: Computed dependence info, invoking the transform.
16-
; CHECK-NEXT: ...
17-
; CHECK-NEXT: --- !Passed
10+
; CHECK: --- !Passed
1811
; CHECK-NEXT: Pass: loop-interchange
1912
; CHECK-NEXT: Name: Interchanged
2013
; CHECK-NEXT: Function: f

llvm/test/Transforms/LoopInterchange/profitability-vectorization.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
; RUN: -pass-remarks-output=%t -disable-output
33
; RUN: FileCheck -input-file %t --check-prefix=PROFIT-CACHE %s
44

5-
; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 \
6-
; RUN: -pass-remarks-output=%t -disable-output -loop-interchange-profitabilities=ignore
7-
; RUN: FileCheck -input-file %t --check-prefix=PROFIT-VEC %s
8-
95
; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 \
106
; RUN: -pass-remarks-output=%t -disable-output -loop-interchange-profitabilities=vectorize,cache,instorder
117
; RUN: FileCheck -input-file %t --check-prefix=PROFIT-VEC %s

0 commit comments

Comments
 (0)