[polly] 1537563 - [Polly][test] Add missing %loadPolly.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 24 11:48:55 PDT 2021
Author: Michael Kruse
Date: 2021-08-24T13:47:25-05:00
New Revision: 15375631049acbf9c5729754ad5623a2670120a3
URL: https://github.com/llvm/llvm-project/commit/15375631049acbf9c5729754ad5623a2670120a3
DIFF: https://github.com/llvm/llvm-project/commit/15375631049acbf9c5729754ad5623a2670120a3.diff
LOG: [Polly][test] Add missing %loadPolly.
This fixes check-polly when using the -load mechanism,
i.e. LLVM_POLLY_LINK_INTO_TOOLS=OFF.
Added:
Modified:
polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
Removed:
################################################################################
diff --git a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
index 13fffa3d9486d..0f6ca904e2592 100644
--- a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
+++ b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
+; RUN: opt %loadPolly < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
; CHECK: define internal void @DoStringSort_polly_subfn
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64-unknown-linux-gnueabi"
More information about the llvm-commits
mailing list