[Sync] Add if split optimization

This commit is contained in:
liyancheng 2024-11-27 19:16:33 +08:00
parent 7d90fa6e7c
commit c251a144a2
2 changed files with 1210 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
%global gcc_major 12
# Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line.
%global gcc_release 48
%global gcc_release 49
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
@ -416,6 +416,7 @@ Patch307: 0307-Set-fallback-value-for-print-multi-os-directory.patch
Patch308: 0308-Fix-enum-INPUT-MIDDLE-FINAL-aes_stage.patch
Patch309: 0309-CSPGO-Add-context-sensitive-PGO.patch
Patch310: 0310-CFGO-Add-cfgo-pgo-optimization.patch
Patch311: 0311-PATCH-Add-if-split-optimization-pass.patch
# Part 3000 ~ 4999
%ifarch loongarch64
@ -1491,6 +1492,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
%patch -P308 -p1
%patch -P309 -p1
%patch -P310 -p1
%patch -P311 -p1
%ifarch loongarch64
%patch -P3001 -p1
@ -4084,6 +4086,10 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Wed Nov 27 2024 liyancheng <412998149@qq.com> - 12.3.1-49
- Type: Sync
- DESC: Add if split optimization
* Wed Nov 27 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-48
- Type: BUGFIX
- DESC: