Blame 0001-Add-missing-loadPolly-to-scev-rewriting.ll-test.patch

5fc25d5
From c8043e339b6ef5093c6dcb688b050716376e5bf6 Mon Sep 17 00:00:00 2001
5fc25d5
From: Tom Stellard <tstellar@redhat.com>
5fc25d5
Date: Mon, 9 Aug 2021 21:29:03 -0700
5fc25d5
Subject: [PATCH] Add missing %loadPolly to scev-rewriting.ll test
5fc25d5
5fc25d5
---
5fc25d5
 polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll | 2 +-
5fc25d5
 1 file changed, 1 insertion(+), 1 deletion(-)
5fc25d5
5fc25d5
diff --git a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
5fc25d5
index 13fffa3d9486..6eff0ad03630 100644
5fc25d5
--- a/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
5fc25d5
+++ b/polly/test/Isl/CodeGen/OpenMP/scev-rewriting.ll
5fc25d5
@@ -1,4 +1,4 @@
5fc25d5
-; RUN: opt < %s -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
5fc25d5
+; RUN: opt < %s %loadPolly -polly-vectorizer=polly -polly-parallel -polly-parallel-force -polly-process-unprofitable -polly-codegen -S | FileCheck %s
5fc25d5
 ; CHECK: define internal void @DoStringSort_polly_subfn
5fc25d5
 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
5fc25d5
 target triple = "aarch64-unknown-linux-gnueabi"
5fc25d5
-- 
5fc25d5
2.27.0
5fc25d5