upgpkg: ocaml-integers 0.5.0-1
[arch-packages.git] / polly / trunk / add-missing-loadPolly.patch
blobb39accc211430cf3c217b72f9846f1e65cd1e8ea
1 From 15375631049acbf9c5729754ad5623a2670120a3 Mon Sep 17 00:00:00 2001
2 From: Michael Kruse <llvm-project@meinersbur.de>
3 Date: Tue, 24 Aug 2021 13:44:48 -0500
4 Subject: [PATCH] [Polly][test] Add missing %loadPolly.
6 This fixes check-polly when using the -load mechanism,
7 i.e. LLVM_POLLY_LINK_INTO_TOOLS=OFF.
8 ---
9 polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
13 index 13fffa3d9486d..0f6ca904e2592 100644
14 --- a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
15 +++ b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
16 @@ -1,4 +1,4 @@
17 -; RUN: opt < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
18 +; RUN: opt %loadPolly < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
19 ; CHECK: define internal void @DoStringSort_polly_subfn
20 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
21 target triple = "aarch64-unknown-linux-gnueabi"