Skip to content

Commit 3c7edb2

Browse files
committed
[LoopVectorize] Fix test by regenerating checks
llvm-svn: 361699
1 parent 8b1fa07 commit 3c7edb2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

llvm/test/Transforms/LoopVectorize/if-pred-stores.ll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ for.end:
197197
define void @bug18724(i1 %cond) {
198198
; UNROLL-LABEL: @bug18724(
199199
; UNROLL-NEXT: entry:
200-
; UNROLL-NEXT: [[TMP0:%.*]] = xor i1 [[COND:%.*]], true
201-
; UNROLL-NEXT: call void @llvm.assume(i1 [[TMP0]])
202200
; UNROLL-NEXT: br label [[FOR_BODY14:%.*]]
203201
; UNROLL: for.body14:
204202
; UNROLL-NEXT: [[INDVARS_IV3:%.*]] = phi i64 [ [[INDVARS_IV_NEXT4:%.*]], [[FOR_INC23:%.*]] ], [ undef, [[ENTRY:%.*]] ]
@@ -213,9 +211,6 @@ define void @bug18724(i1 %cond) {
213211
; UNROLL: for.inc23:
214212
; UNROLL-NEXT: [[INEWCHUNKS_2]] = phi i32 [ [[INC21]], [[IF_THEN18]] ], [ [[INEWCHUNKS_120]], [[FOR_BODY14]] ]
215213
; UNROLL-NEXT: [[INDVARS_IV_NEXT4]] = add nsw i64 [[INDVARS_IV3]], 1
216-
; UNROLL-NEXT: [[TMP1:%.*]] = trunc i64 [[INDVARS_IV3]] to i32
217-
; UNROLL-NEXT: [[CMP13:%.*]] = icmp slt i32 [[TMP1]], 0
218-
; UNROLL-NEXT: call void @llvm.assume(i1 [[CMP13]])
219214
; UNROLL-NEXT: br label [[FOR_BODY14]]
220215
;
221216
; UNROLL-NOSIMPLIFY-LABEL: @bug18724(
@@ -292,8 +287,6 @@ define void @bug18724(i1 %cond) {
292287
;
293288
; VEC-LABEL: @bug18724(
294289
; VEC-NEXT: entry:
295-
; VEC-NEXT: [[TMP0:%.*]] = xor i1 [[COND:%.*]], true
296-
; VEC-NEXT: call void @llvm.assume(i1 [[TMP0]])
297290
; VEC-NEXT: br label [[FOR_BODY14:%.*]]
298291
; VEC: for.body14:
299292
; VEC-NEXT: [[INDVARS_IV3:%.*]] = phi i64 [ [[INDVARS_IV_NEXT4:%.*]], [[FOR_INC23:%.*]] ], [ undef, [[ENTRY:%.*]] ]
@@ -308,9 +301,6 @@ define void @bug18724(i1 %cond) {
308301
; VEC: for.inc23:
309302
; VEC-NEXT: [[INEWCHUNKS_2]] = phi i32 [ [[INC21]], [[IF_THEN18]] ], [ [[INEWCHUNKS_120]], [[FOR_BODY14]] ]
310303
; VEC-NEXT: [[INDVARS_IV_NEXT4]] = add nsw i64 [[INDVARS_IV3]], 1
311-
; VEC-NEXT: [[TMP1:%.*]] = trunc i64 [[INDVARS_IV3]] to i32
312-
; VEC-NEXT: [[CMP13:%.*]] = icmp slt i32 [[TMP1]], 0
313-
; VEC-NEXT: call void @llvm.assume(i1 [[CMP13]])
314304
; VEC-NEXT: br label [[FOR_BODY14]]
315305
;
316306
entry:

0 commit comments

Comments
 (0)