Skip to content

Commit 6ac65b9

Browse files
committed
[Tests][LoopDistribute] Re-adding target triple in a test (llvm#82954)
This test triple was removed earlier to fix build errors. To preserve the original test intention the triple is re-added with an explicit target requirement.
1 parent dcd3b01 commit 6ac65b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: x86-registered-target
12
; RUN: opt -aa-pipeline=basic-aa -passes=loop-distribute -enable-loop-distribute -verify-loop-info -verify-dom-info -S \
23
; RUN: < %s | FileCheck %s
34

@@ -18,6 +19,7 @@
1819
; }
1920

2021
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
22+
target triple = "x86_64-apple-macosx10.10.0"
2123

2224
@B = common global ptr null, align 8
2325
@A = common global ptr null, align 8
@@ -77,6 +79,7 @@ entry:
7779
; CHECK: for.end:
7880

7981

82+
; VECTORIZE: mul <4 x i32>
8083
; VECTORIZE: mul <4 x i32>
8184
; VECTORIZE-NOT: mul <4 x i32>
8285

0 commit comments

Comments
 (0)