Skip to content

Commit 168002e

Browse files
authored
[Tests][LoopDistribute] Fixes failing unit test (#80809)
Removed target-triple in target-independent test case to fix failing test caused by #67725.
1 parent 6ec926d commit 168002e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/Transforms/LoopDistribute/basic-with-memchecks.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
; }
1919

2020
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
21-
target triple = "x86_64-apple-macosx10.10.0"
2221

2322
@B = common global ptr null, align 8
2423
@A = common global ptr null, align 8
@@ -78,7 +77,6 @@ entry:
7877
; CHECK: for.end:
7978

8079

81-
; VECTORIZE: mul <4 x i32>
8280
; VECTORIZE: mul <4 x i32>
8381
; VECTORIZE-NOT: mul <4 x i32>
8482

0 commit comments

Comments
 (0)