[all-commits] [llvm/llvm-project] 069b29: Fix one of the regressions found in revert of conc...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Jan 27 06:44:13 PST 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: 069b294d2ac1413060eb560778b9eaf486da8a0c
https://github.com/llvm/llvm-project/commit/069b294d2ac1413060eb560778b9eaf486da8a0c
Author: Erich Keane <erich.keane at intel.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M clang/lib/Sema/SemaExprCXX.cpp
A clang/test/SemaTemplate/sugar-crashes.cpp
Log Message:
-----------
Fix one of the regressions found in revert of concept sugaring
It seems that the sugaring patches had some pretty significant
interdependencies, and at least one issue exists that requires part of
the concept-sugaring patch. I don't believe this to have anything to do
with the increased compile-times that were seen, so hopefully this will
fix our problems without further regressions.
See https://reviews.llvm.org/rG12cb1cb3720de8d164196010123ce1a8901d8122
for discussion.
Differential Revision: https://reviews.llvm.org/D142500
(cherry picked from commit 228462f755f0d459882b19115c60e8872a057b25)
Commit: 16391614c26badcfa16377bd000d740e8ebf3676
https://github.com/llvm/llvm-project/commit/16391614c26badcfa16377bd000d740e8ebf3676
Author: Shilei Tian <i at tianshilei.me>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M openmp/runtime/test/parallel/bug54082.c
Log Message:
-----------
[OpenMP] Fix stack overflow for test bug54082.c
When `N` is 1024, `int result[N][N]` is obviously large stack that Windows cannot support...
Fix #60326.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D142684
(cherry picked from commit 544f8c7f3959f21fa7d85768c3bbb5402bf15ea6)
Compare: https://github.com/llvm/llvm-project/compare/c7f38c3f6e1d...16391614c26b
More information about the All-commits
mailing list