[llvm-branch-commits] [compiler-rt] [clang] [llvm] [CI] Add lld as compiler-rt dependecy (PR #78536)

2024-01-17 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/78536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [clang] [llvm] [CI] Add lld as compiler-rt dependecy (PR #78536)

2024-01-17 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/78536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] d534c23 - Revert "[clang] Fix CTAD for aggregates for nested template classes"

2024-01-17 Thread via llvm-branch-commits
Author: antangelo Date: 2024-01-17T22:55:55-05:00 New Revision: d534c2333cdba7749f22fd631ec8a73a13c2405b URL: https://github.com/llvm/llvm-project/commit/d534c2333cdba7749f22fd631ec8a73a13c2405b DIFF: https://github.com/llvm/llvm-project/commit/d534c2333cdba7749f22fd631ec8a73a13c2405b.diff LOG

[llvm-branch-commits] [llvm] [compiler-rt] [CI] Add lld as compiler-rt dependecy (PR #78536)

2024-01-17 Thread Fangrui Song via llvm-branch-commits
MaskRay wrote: ``` + /var/lib/buildkite-agent/builds/linux-56-59b8f5d88-tdgkv-1/llvm-project/github-pull-requests/build/./bin/clang -m64 -fuse-ld=lld -flto=thin -fsanitize=cfi -fwhole-program-vtables --driver-mode=g++ -fsanitize-cfi-cross-dso -fvisibility=default /var/lib/buildkite-agent/buil

[llvm-branch-commits] [llvm] [compiler-rt] [CI] Add lld as compiler-rt dependecy (PR #78536)

2024-01-17 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/78536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [compiler-rt] [CI] Add lld as compiler-rt dependecy (PR #78536)

2024-01-17 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka edited https://github.com/llvm/llvm-project/pull/78536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [compiler-rt] [CI] Add lld as compiler-rt dependecy (PR #78536)

2024-01-17 Thread Vitaly Buka via llvm-branch-commits
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/78536 None ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 0f8745b - Revert "[SimplifyCFG] When only one case value is missing, replace default with that case (#76669)"

2024-01-17 Thread Alexander Kornienko via llvm-branch-commits
Author: Alexander Kornienko Date: 2024-01-17T17:49:25+01:00 New Revision: 0f8745b4b77d1c1fd0699adb024ed08bcb1233d3 URL: https://github.com/llvm/llvm-project/commit/0f8745b4b77d1c1fd0699adb024ed08bcb1233d3 DIFF: https://github.com/llvm/llvm-project/commit/0f8745b4b77d1c1fd0699adb024ed08bcb1233d3

[llvm-branch-commits] [llvm] af9be74 - Revert "[SimplifyCFG] `switch`: Do Not Transform the Default Case if the Condition is Too Wide"

2024-01-17 Thread via llvm-branch-commits
Author: alexfh Date: 2024-01-17T17:38:53+01:00 New Revision: af9be748c63d0b905bd2b084ac261a94166cfb86 URL: https://github.com/llvm/llvm-project/commit/af9be748c63d0b905bd2b084ac261a94166cfb86 DIFF: https://github.com/llvm/llvm-project/commit/af9be748c63d0b905bd2b084ac261a94166cfb86.diff LOG: R

[llvm-branch-commits] [libc] ac399a8 - Revert "[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization"

2024-01-17 Thread via llvm-branch-commits
Author: Guillaume Chatelet Date: 2024-01-17T16:50:21+01:00 New Revision: ac399a840720a0af34868dc99a37a5ba1ac63090 URL: https://github.com/llvm/llvm-project/commit/ac399a840720a0af34868dc99a37a5ba1ac63090 DIFF: https://github.com/llvm/llvm-project/commit/ac399a840720a0af34868dc99a37a5ba1ac63090.

[llvm-branch-commits] [mlir] [flang] [Flang][Lower] Attach target_cpu and target_features attributes to MLIR functions (PR #78289)

2024-01-17 Thread Mats Petersson via llvm-branch-commits
@@ -4290,6 +4291,18 @@ class FirConverter : public Fortran::lower::AbstractConverter { assert(blockId == 0 && "invalid blockId"); assert(activeConstructStack.empty() && "invalid construct stack state"); +// Set target_cpu and target_features attributes to be passe

[llvm-branch-commits] [mlir] [flang] [Flang][MLIR][OpenMP] Use function-attached target attributes for OpenMP lowering (PR #78291)

2024-01-17 Thread Sergio Afonso via llvm-branch-commits
skatrak wrote: > Not for this patch, but would we need to add this info for all outlined > functions? I think it probably should, since otherwise there would be no target information for the new functions. https://github.com/llvm/llvm-project/pull/78291 ___

[llvm-branch-commits] [flang] [mlir] [Flang][Lower] Attach target_cpu and target_features attributes to MLIR functions (PR #78289)

2024-01-17 Thread Kiran Chandramohan via llvm-branch-commits
https://github.com/kiranchandramohan edited https://github.com/llvm/llvm-project/pull/78289 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] [flang] [Flang][Lower] Attach target_cpu and target_features attributes to MLIR functions (PR #78289)

2024-01-17 Thread Kiran Chandramohan via llvm-branch-commits
https://github.com/kiranchandramohan approved this pull request. LG. Please wait a day before you merge to allow time for other reviewers. https://github.com/llvm/llvm-project/pull/78289 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.ll

[llvm-branch-commits] [flang] [mlir] [Flang][Lower] Attach target_cpu and target_features attributes to MLIR functions (PR #78289)

2024-01-17 Thread Kiran Chandramohan via llvm-branch-commits
@@ -4290,6 +4291,18 @@ class FirConverter : public Fortran::lower::AbstractConverter { assert(blockId == 0 && "invalid blockId"); assert(activeConstructStack.empty() && "invalid construct stack state"); +// Set target_cpu and target_features attributes to be passe

[llvm-branch-commits] [flang] [Flang][Lower] Attach target_cpu and target_features attributes to MLIR functions (PR #78289)

2024-01-17 Thread Sergio Afonso via llvm-branch-commits
@@ -4290,6 +4291,18 @@ class FirConverter : public Fortran::lower::AbstractConverter { assert(blockId == 0 && "invalid blockId"); assert(activeConstructStack.empty() && "invalid construct stack state"); +// Set target_cpu and target_features attributes to be passe