diff --git a/0001-Add-missing-loadPolly-to-scev-rewriting.ll-test.patch b/0001-Add-missing-loadPolly-to-scev-rewriting.ll-test.patch deleted file mode 100644 index 9f482d9..0000000 --- a/0001-Add-missing-loadPolly-to-scev-rewriting.ll-test.patch +++ /dev/null @@ -1,22 +0,0 @@ -From c8043e339b6ef5093c6dcb688b050716376e5bf6 Mon Sep 17 00:00:00 2001 -From: Tom Stellard -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 - diff --git a/polly.spec b/polly.spec index 5cc1b61..be74ddb 100644 --- a/polly.spec +++ b/polly.spec @@ -1,5 +1,5 @@ #global rc_ver 2 -%global polly_version 13.0.1 +%global polly_version 14.0.0 %global polly_srcdir polly-%{polly_version}%{?rc_ver:rc%{rc_ver}}.src Name: polly @@ -14,7 +14,6 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{polly_ Source2: tstellar-gpg-key.asc Patch0: 0001-PATCH-polly-Portability-of-subproject-extension.patch -Patch1: 0001-Add-missing-loadPolly-to-scev-rewriting.ll-test.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -109,6 +108,9 @@ cp -r %{_vpath_builddir}/docs/html/* %{buildroot}%{_pkgdocdir}/html/ %doc %{_pkgdocdir}/html %changelog +* Wed Mar 30 2022 Timm Bäder - 14.0.0-1 +- Update to 14.0.0 + * Thu Feb 03 2022 Nikita Popov - 13.0.1-1 - Update to LLVM 13.0.1 final