Blob Blame History Raw
From c8043e339b6ef5093c6dcb688b050716376e5bf6 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar@redhat.com>
Date: Mon, 9 Aug 2021 21:29:03 -0700
Subject: [PATCH] Add missing %loadPolly to scev-rewriting.ll test

---
 polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
index 13fffa3d9486..6eff0ad03630 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 < %s %loadPolly -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"
-- 
2.27.0