Sync patch from openeuler/gcc, add LLC expending outer loop

This commit is contained in:
zhaoshujian 2023-12-12 10:32:04 +08:00
parent aaff308f4a
commit 822b4bd3b2
2 changed files with 1294 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,7 +61,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: 41
Release: 42
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
URL: https://gcc.gnu.org
@ -260,6 +260,7 @@ Patch149: 0149-Add-more-flexible-check-for-pointer-aliasing-during-.patch
Patch150: 0150-Implement-propagation-of-permutations-in-fwprop.patch
Patch151: 0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch
Patch152: 0152-Add-LLC-Allocation-Pass.patch
Patch153: 0153-LLC-add-extending-outer-loop.patch
%global gcc_target_platform %{_arch}-linux-gnu
@ -865,6 +866,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
%patch150 -p1
%patch151 -p1
%patch152 -p1
%patch153 -p1
%build
@ -2889,6 +2891,12 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Tue Dec 12 2023 Shujian Zhao <zhaoshujian@huawei.com> - 10.3.1-42
- Type:Spec
- ID:NA
- SUG:NA
- DESC: Sync patch from openeuler/gcc, add LLC expending outer loop.
* Mon Dec 11 2023 Feiyang Liu <liufeiyang6@huawei.com> - 10.3.1-41
- Type:Spec
- ID:NA