Skip to content

Commit 1537563

Browse files
committed
[Polly][test] Add missing %loadPolly.
This fixes check-polly when using the -load mechanism, i.e. LLVM_POLLY_LINK_INTO_TOOLS=OFF.
1 parent 09dcf31 commit 1537563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
1+
; RUN: opt %loadPolly < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
22
; CHECK: define internal void @DoStringSort_polly_subfn
33
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
44
target triple = "aarch64-unknown-linux-gnueabi"

0 commit comments

Comments
 (0)