[llvm-branch-commits] [clang] [libc] release/20.x: [Clang] Fix test after new argument was added (PR #125912)

2025-02-05 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 2d8106cb5a505326d1da0f4461708ed44a0ac761 718cdeb9c701725412a040b2b7148523a286a256 Requested by: @jhuber6 --- Full diff: https://github.com/llvm/llvm-project/pull/125912.

[llvm-branch-commits] [clang] [libc] release/20.x: [Clang] Fix test after new argument was added (PR #125912)

2025-02-05 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125912 Backport 2d8106cb5a505326d1da0f4461708ed44a0ac761 718cdeb9c701725412a040b2b7148523a286a256 Requested by: @jhuber6 >From 3a677e0e08ca0c788289de8326bd890ab51ac48a Mon Sep 17 00:00:00 2001 From: Joseph Huber Dat

[llvm-branch-commits] [libclc] release/20.x: [libclc] Allow default path when looking for llvm-spirv (#126071) (PR #126201)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126201 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libclc] release/20.x: [libclc] Allow default path when looking for llvm-spirv (#126071) (PR #126201)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @frasercrmck What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126201 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/l

[llvm-branch-commits] [libclc] release/20.x: [libclc] Allow default path when looking for llvm-spirv (#126071) (PR #126201)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126201 Backport 26ecddb05d13c101ccd840a6710eb5f8b82de841 Requested by: @nikic >From 809e49e886872e4962df643629dde9a2f23a34ec Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 7 Feb 2025 09:18:18 +0100 Subject: [

[llvm-branch-commits] [libc] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[llvm-branch-commits] [libc] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libc Author: s.vgys (samvangysegem) Changes Resolves #125831 --- Full diff: https://github.com/llvm/llvm-project/pull/126193.diff 1 Files Affected: - (modified) libc/CMakeLists.txt (+2-1) ``diff diff --git a/libc/CMakeLists.txt b/libc/CM

[llvm-branch-commits] [libc] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-06 Thread via llvm-branch-commits
https://github.com/samvangysegem created https://github.com/llvm/llvm-project/pull/126193 Resolves #125831 >From 9d3cd961eec16a881e2e69873f93aeb813031212 Mon Sep 17 00:00:00 2001 From: "s.vgys" Date: Fri, 7 Feb 2025 08:05:33 +0100 Subject: [PATCH] fix: removes invalid token from LLVM_VERSION

[llvm-branch-commits] [libc] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-06 Thread via llvm-branch-commits
https://github.com/samvangysegem updated https://github.com/llvm/llvm-project/pull/126193 >From 9d3cd961eec16a881e2e69873f93aeb813031212 Mon Sep 17 00:00:00 2001 From: "s.vgys" Date: Fri, 7 Feb 2025 08:05:33 +0100 Subject: [PATCH] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC nam

[llvm-branch-commits] undo (PR #126192)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 45fc89f407b6784a6ef2009e388c5a79b4588455 611b0c1713964a7df8a3f168c4dda69e6f6b63d5 --e

[llvm-branch-commits] undo (PR #126192)

2025-02-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lto Author: Vitaly Buka (vitalybuka) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/126192.diff 4 Files Affected: - (modified) llvm/lib/Passes/PassBuilderPipelines.cpp (+4-4) - (modified) llvm/test/Other/new-pm-O0-defaults.ll (-2)

[llvm-branch-commits] [llvm] 04209c2 - Add info about the gdb x packet into the release notes (#125680)

2025-02-06 Thread via llvm-branch-commits
Author: Pavel Labath Date: 2025-02-06T22:52:23-08:00 New Revision: 04209c2a2b3eddbfcf6a172e521d40c23780ce41 URL: https://github.com/llvm/llvm-project/commit/04209c2a2b3eddbfcf6a172e521d40c23780ce41 DIFF: https://github.com/llvm/llvm-project/commit/04209c2a2b3eddbfcf6a172e521d40c23780ce41.diff

[llvm-branch-commits] [libcxx] release/20.x: [libc++][TZDB] Fixes %z escaping. (#125399) (PR #125730)

2025-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125730 >From 71ee354bab4ad4e3132d079f11e7b9771012442c Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Tue, 4 Feb 2025 17:36:31 +0100 Subject: [PATCH] [libc++][TZDB] Fixes %z escaping. (#125399) The previous tested

[llvm-branch-commits] [libcxx] release/20.x: [libc++][TZDB] Fixes %z escaping. (#125399) (PR #125730)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: @mordante (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [LoopVectorize] Fix cost model assert when vectorising calls (#125716) (PR #126209)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126209 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [LoopVectorize] Fix cost model assert when vectorising calls (#125716) (PR #126209)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @fhahn What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126209 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [llvm] release/20.x: [LoopVectorize] Fix cost model assert when vectorising calls (#125716) (PR #126209)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126209 Backport 1930524 Requested by: @david-arm >From f44f33b35c69050ac019a67232aa4d21a06bffe3 Mon Sep 17 00:00:00 2001 From: David Sherwood Date: Fri, 7 Feb 2025 09:36:52 + Subject: [PATCH] [LoopVectorize] Fix

[llvm-branch-commits] [llvm] release/20.x: [LoopVectorize] Fix cost model assert when vectorising calls (#125716) (PR #126209)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-vectorizers @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport 1930524 Requested by: @david-arm --- Patch is 26.15 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/126209.diff 2 Fi

[llvm-branch-commits] [llvm] [AArch64] Update feature dep. for Armv9.6 extensions (#125874) (PR #126210)

2025-02-07 Thread via llvm-branch-commits
https://github.com/CarolineConcatto created https://github.com/llvm/llvm-project/pull/126210 These features FEAT_FAMINMAX, FEAT_LUT and FEAT_FP8 depends on FEAT_NEON. Update dependency from FEAT_FP8DOT4 and FEAT_FP8DOT2. Now depends indirectly on FEAT_NEON through FEAT_FP8 >From 8b9c57c3c4a87

[llvm-branch-commits] [llvm] [AArch64] Update feature dep. for Armv9.6 extensions (#125874) (PR #126210)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (CarolineConcatto) Changes These features FEAT_FAMINMAX, FEAT_LUT and FEAT_FP8 depends on FEAT_NEON. Update dependency from FEAT_FP8DOT4 and FEAT_FP8DOT2. Now depends indirectly on FEAT_NEON through FEAT_FP8 --- Full diff:

[llvm-branch-commits] [mlir] release/20.x: [mlir][CMake] Fix dependency on MLIRTestDialect in Transforms tests (#125894) (PR #126211)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126211 Backport ebd23f25c8936db3dd917567737a067d6878e2f4 Requested by: @DavidSpickett >From c2666379712761dc002cb8d19c5fa8e19b687d41 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Wed, 5 Feb 2025 17:49:52 +

[llvm-branch-commits] [mlir] release/20.x: [mlir][CMake] Fix dependency on MLIRTestDialect in Transforms tests (#125894) (PR #126211)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126211 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] release/20.x: [mlir][CMake] Fix dependency on MLIRTestDialect in Transforms tests (#125894) (PR #126211)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir Author: None (llvmbot) Changes Backport ebd23f25c8936db3dd917567737a067d6878e2f4 Requested by: @DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/126211.diff 1 Files Affected: - (modified) mlir/test/lib/Transforms/CMakeList

[llvm-branch-commits] [llvm] workflows/premerge: Re-enable tests (PR #125978)

2025-02-05 Thread via llvm-branch-commits
github-actions[bot] wrote: @tstellar (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [X86] Do not combine LRINT and TRUNC (#125848) (PR #125995)

2025-02-05 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125995 Backport 8c222c122f1a8edb1be96e482511ad547f7db7b3 Requested by: @phoebewang >From 442ca17b8ef073b71f2947e4b7a6b4b3df44283b Mon Sep 17 00:00:00 2001 From: Phoebe Wang Date: Thu, 6 Feb 2025 10:58:37 +0800 Subjec

[llvm-branch-commits] [llvm] release/20.x: [X86] Do not combine LRINT and TRUNC (#125848) (PR #125995)

2025-02-05 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/125995 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/20.x: [libc++] Replace __is_trivially_relocatable by is_trivially_copyable (#124970) (PR #125996)

2025-02-05 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/125996 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/20.x: [libc++] Replace __is_trivially_relocatable by is_trivially_copyable (#124970) (PR #125996)

2025-02-05 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125996 Backport accfbd4cb327411ad66c0109ba1841482b871967 Requested by: @ldionne >From bb87c8e305e2c91f28c402f8c83d861d6cdc7876 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 5 Feb 2025 22:32:51 -0500 Subject:

[llvm-branch-commits] [libcxx] release/20.x: [libc++] Replace __is_trivially_relocatable by is_trivially_copyable (#124970) (PR #125996)

2025-02-05 Thread via llvm-branch-commits
llvmbot wrote: @philnik777 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/125996 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [llvm] release/20.x: [X86] Do not combine LRINT and TRUNC (#125848) (PR #125995)

2025-02-05 Thread via llvm-branch-commits
llvmbot wrote: @phoebewang What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/125995 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [libcxx] release/20.x: [libc++] Replace __is_trivially_relocatable by is_trivially_copyable (#124970) (PR #125996)

2025-02-05 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: None (llvmbot) Changes Backport accfbd4cb327411ad66c0109ba1841482b871967 Requested by: @ldionne --- Full diff: https://github.com/llvm/llvm-project/pull/125996.diff 3 Files Affected: - (modified) libcxx/include/__type_traits/is_trivia

[llvm-branch-commits] [llvm] workflows/premerge: Re-enable tests (PR #125978)

2025-02-05 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: Tom Stellard (tstellar) Changes These were accidentally disabled in 0cca13f758a8bda75eab45ad4bf896bb83921ec9. --- Full diff: https://github.com/llvm/llvm-project/pull/125978.diff 1 Files Affected: - (modified) .github/workflow

[llvm-branch-commits] [llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)

2025-02-05 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/123147 >From aabdfe7d6c6b6e27e9c2150c10199baa6638b6df Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Wed, 15 Jan 2025 17:30:00 + Subject: [PATCH 01/18] adding metadata extraction --- .../llvm/Analysis/DXILM

[llvm-branch-commits] [llvm] 78729e5 - [FMV][AArch64] Release notes for LLVM20. (#125525)

2025-02-05 Thread via llvm-branch-commits
Author: Alexandros Lamprineas Date: 2025-02-05T17:27:35-08:00 New Revision: 78729e5ae25e92354654c70cb9d91c3cb7e05bba URL: https://github.com/llvm/llvm-project/commit/78729e5ae25e92354654c70cb9d91c3cb7e05bba DIFF: https://github.com/llvm/llvm-project/commit/78729e5ae25e92354654c70cb9d91c3cb7e05b

[llvm-branch-commits] [clang] [llvm] [FMV][AArch64] Release notes for LLVM20. (PR #125525)

2025-02-05 Thread via llvm-branch-commits
github-actions[bot] wrote: @labrinea (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Use getSignedConstant for negative values. (#125903) (PR #125953)

2025-02-05 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125953 >From c08c9f97f93b29842fbfd80791088abf42c753ca Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 5 Feb 2025 14:49:01 -0800 Subject: [PATCH] [RISCV] Use getSignedConstant for negative values. (#125903) The

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Use getSignedConstant for negative values. (#125903) (PR #125953)

2025-02-05 Thread via llvm-branch-commits
github-actions[bot] wrote: @topperc (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [llvm] release/20.x: [X86] Do not combine LRINT and TRUNC (#125848) (PR #125995)

2025-02-05 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport 8c222c122f1a8edb1be96e482511ad547f7db7b3 Requested by: @phoebewang --- Full diff: https://github.com/llvm/llvm-project/pull/125995.diff 2 Files Affected: - (modified) llvm/lib/Target/X86/X86ISelLow

[llvm-branch-commits] [clang] 6fd9dd9 - Revert "[HLSL] Implement HLSL Flat casting (excluding splat cases) (#118842)"

2025-02-06 Thread via llvm-branch-commits
Author: Sarah Spall Date: 2025-02-06T15:17:49-08:00 New Revision: 6fd9dd96b0cd68d9bb04e791f90ec8ef5211563a URL: https://github.com/llvm/llvm-project/commit/6fd9dd96b0cd68d9bb04e791f90ec8ef5211563a DIFF: https://github.com/llvm/llvm-project/commit/6fd9dd96b0cd68d9bb04e791f90ec8ef5211563a.diff L

[llvm-branch-commits] [lldb] release/20.x: [lldb] Add support for gdb-style 'x' packet (#124733) (PR #125653)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: @labath (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. ht

[llvm-branch-commits] [lldb] release/20.x: [lldb] Add support for gdb-style 'x' packet (#124733) (PR #125653)

2025-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125653 >From 4d16551293fe4a0bf56cebd3f52d2a6e36f166a8 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 31 Jan 2025 09:07:11 +0100 Subject: [PATCH] [lldb] Add support for gdb-style 'x' packet (#124733) See also h

[llvm-branch-commits] [llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)

2025-02-06 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/123147 >From aabdfe7d6c6b6e27e9c2150c10199baa6638b6df Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Wed, 15 Jan 2025 17:30:00 + Subject: [PATCH 01/21] adding metadata extraction --- .../llvm/Analysis/DXILM

[llvm-branch-commits] [llvm] [AMDGPU] Remove dead function metadata after amdgpu-lower-kernel-arguments (PR #126147)

2025-02-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Scott Linder (slinder1) Changes The verifier ensures function !dbg metadata is unique across the module, so ensure the old nameless function we leave behind doesn't violate this invariant. Removing the function via e.g. eraseFromP

[llvm-branch-commits] [clang] 99f3ed7 - [X86][AVX10] Disable m[no-]avx10.1 and switch m[no-]avx10.2 to alias of 512 bit options (#124511) (#125057)

2025-02-06 Thread via llvm-branch-commits
Author: Phoebe Wang Date: 2025-02-06T16:56:13-08:00 New Revision: 99f3ed737567acfccd9ec196aaf8595447ac1d32 URL: https://github.com/llvm/llvm-project/commit/99f3ed737567acfccd9ec196aaf8595447ac1d32 DIFF: https://github.com/llvm/llvm-project/commit/99f3ed737567acfccd9ec196aaf8595447ac1d32.diff L

[llvm-branch-commits] [llvm] release/20.x: [llvm] Add CMake flag to compile out the telemetry framework (#124850) (PR #125555)

2025-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/12 >From 0892dddc23c64bf2aab2c5ee1fc9f4dcd68771e0 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 3 Feb 2025 10:35:14 -0800 Subject: [PATCH 1/2] [llvm] Add CMake flag to compile out the telemetry frame

[llvm-branch-commits] [clang] [X86][AVX10] Disable m[no-]avx10.1 and switch m[no-]avx10.2 to alias of 512 bit options (#124511) (PR #125057)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: @phoebewang (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [InstCombine] Fix FMF propagation in `foldSelectWithFCmpToFabs` (#121580) (PR #125338)

2025-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125338 >From 857d8d767ab2f3c5f08f9710e98aa5fd1b1dff66 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sat, 1 Feb 2025 15:14:17 +0800 Subject: [PATCH] [InstCombine] Fix FMF propagation in `foldSelectWithFCmpToFabs`

[llvm-branch-commits] [llvm] release/20.x: [llvm] Add CMake flag to compile out the telemetry framework (#124850) (PR #125555)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: @JDevlieghere (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR

[llvm-branch-commits] [llvm] release/20.x: [InstCombine] Fix FMF propagation in `foldSelectWithFCmpToFabs` (#121580) (PR #125338)

2025-02-06 Thread via llvm-branch-commits
github-actions[bot] wrote: @dtcxzyw (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)

2025-02-06 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/123147 >From aabdfe7d6c6b6e27e9c2150c10199baa6638b6df Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Wed, 15 Jan 2025 17:30:00 + Subject: [PATCH 01/20] adding metadata extraction --- .../llvm/Analysis/DXILM

[llvm-branch-commits] [llvm] [AMDGPU] Push amdgpu-preload-kern-arg-prolog after livedebugvalues (PR #126148)

2025-02-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Scott Linder (slinder1) Changes This is effectively a workaround for a bug in livedebugvalues, but seems to potentially be a general improvement, as BB sections seems like it could ruin the special 256-byte prelude scheme that amdg

[llvm-branch-commits] [llvm] release/20.x: [LoopVectorize] Fix cost model assert when vectorising calls (#125716) (PR #126209)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126209 >From bdb84b4517bcf2d98340ca32b8e9c9f7918fcf73 Mon Sep 17 00:00:00 2001 From: David Sherwood Date: Fri, 7 Feb 2025 09:36:52 + Subject: [PATCH 1/2] [LoopVectorize] Fix cost model assert when vectorising call

[llvm-branch-commits] [llvm] [AArch64] Update feature dep. for Armv9.6 extensions (#125874) (PR #126210)

2025-02-07 Thread via llvm-branch-commits
https://github.com/CarolineConcatto milestoned https://github.com/llvm/llvm-project/pull/126210 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [LoopVectorize] Fix cost model assert when vectorising calls (#125716) (PR #126209)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: Failed to cherry-pick: commit1 https://github.com/llvm/llvm-project/actions/runs/13197926127 Please manually backport the fix and push it to your github fork. Once this is done, please create a [pull request](https://github.com/llvm/llvm-project/compare) https://github.com/l

[llvm-branch-commits] [llvm] release/20.x: [Mips] Use getSignedConstant() in or combine (PR #126083)

2025-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126083 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [Mips] Use getSignedConstant() in or combine (PR #126083)

2025-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126083 Backport 88b1d16c4a040cc3d919be13f0baf44f30a5aa13 Requested by: @nikic >From a373f4005f1e2f3d7db680b672c42bf78e8b48fc Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 6 Feb 2025 16:27:10 +0100 Subject: [

[llvm-branch-commits] [clang] e67ad2d - Revert "[OpenMP][SIMD][FIX] Use conservative "omp simd ordered" lowering (#12…"

2025-02-06 Thread via llvm-branch-commits
Author: Alexey Bataev Date: 2025-02-06T10:02:01-05:00 New Revision: e67ad2df6223218b3b1e9e0b067c1df6fcc432fd URL: https://github.com/llvm/llvm-project/commit/e67ad2df6223218b3b1e9e0b067c1df6fcc432fd DIFF: https://github.com/llvm/llvm-project/commit/e67ad2df6223218b3b1e9e0b067c1df6fcc432fd.diff

[llvm-branch-commits] [libc] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-07 Thread via llvm-branch-commits
samvangysegem wrote: > Is this a backport? I don't see one for the `main` branch. Normally you land > it on main and follow > https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches > for the backport. I looked over that! Will redirect to main and add the comment as per th

[llvm-branch-commits] [libc] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-07 Thread via llvm-branch-commits
@@ -51,7 +51,8 @@ set(LIBC_KERNEL_HEADERS "/usr/include" CACHE STRING "Path to Linux kernel header # Defining a global namespace to enclose all libc functions. set(default_namespace "__llvm_libc") if(LLVM_VERSION_MAJOR) - set(default_namespace "__llvm_libc_${LLVM_VERSION_MAJ

[llvm-branch-commits] [clang] [compiler-rt] [flang] [libc] [libcxx] [llvm] [mlir] fix: removes invalid token from LLVM_VERSION_SUFFIX in LIBC namespace (PR #126193)

2025-02-07 Thread via llvm-branch-commits
https://github.com/samvangysegem updated https://github.com/llvm/llvm-project/pull/126193 error: too big or took too long to generate ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Enable AvoidLDAPUR for cpu=generic between armv8.4 and armv9.3. (#125261) (PR #126253)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126253 Backport 6424abcd6c9c6aa8171c79d0fe0369d3a10da3d5 Requested by: @davemgreen >From 521366d7d3d97b8c61e6c2a868c20149ef80263a Mon Sep 17 00:00:00 2001 From: David Green Date: Fri, 7 Feb 2025 10:16:57 + Subjec

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Enable AvoidLDAPUR for cpu=generic between armv8.4 and armv9.3. (#125261) (PR #126253)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (llvmbot) Changes Backport 6424abcd6c9c6aa8171c79d0fe0369d3a10da3d5 Requested by: @davemgreen --- Full diff: https://github.com/llvm/llvm-project/pull/126253.diff 4 Files Affected: - (modified) llvm/lib/Target/AArch64/AA

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Enable AvoidLDAPUR for cpu=generic between armv8.4 and armv9.3. (#125261) (PR #126253)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126253 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Enable AvoidLDAPUR for cpu=generic between armv8.4 and armv9.3. (#125261) (PR #126253)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @rj-jesus What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126253 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126263 Backport 2c43479683651f0eb208c97bf12e49bacbea4e6f Requested by: @davemgreen >From 8642669f018751928dd31c9f9436513466d1e8d5 Mon Sep 17 00:00:00 2001 From: David Green Date: Fri, 7 Feb 2025 16:37:05 + Subjec

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-07 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126263 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (llvmbot) Changes Backport 2c43479683651f0eb208c97bf12e49bacbea4e6f Requested by: @davemgreen --- Full diff: https://github.com/llvm/llvm-project/pull/126263.diff 2 Files Affected: - (modified) llvm/lib/Target/AArch64/AA

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-07 Thread via llvm-branch-commits
llvmbot wrote: @SamTebbs33 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126263 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [clang] release/20.x: [ARM] Empty structs are 1-byte for C++ ABI (#124762) (PR #125194)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @ostannard (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist (#125345) (PR #126367)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126367 >From 5f2d66a9d22537332a9630708b0a7602848babc6 Mon Sep 17 00:00:00 2001 From: Amr Hesham Date: Sat, 8 Feb 2025 14:14:16 +0100 Subject: [PATCH 1/2] [llvm-objcopy] Fix prints wrong path when dump-section output p

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist (#125345) (PR #126367)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @AmrDeveloper (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR

[llvm-branch-commits] [clang] release/20.x: [clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512) (PR #126518)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126518 >From f0f59e3ecc17ba60ebf5c45cc0564628959466f8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 10 Feb 2025 09:00:31 -0500 Subject: [PATCH] [clang] Expose -f(no-)strict-overflow as a clang-cl option (#12651

[llvm-branch-commits] [clang] release/20.x: [clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512) (PR #126518)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @nico (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. http

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-arm Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/TargetInfo

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/TargetIn

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/TargetInfo.h (+1

[llvm-branch-commits] [llvm] release/20.x: [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108) (PR #125236)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125236 >From 5b48526fe347235fd6ac8ecc51928749b0e5deda Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Fri, 31 Jan 2025 06:58:01 -0600 Subject: [PATCH] [SystemZ] Replace SELRMux with COPY in case of identical opera

[llvm-branch-commits] [llvm] release/20.x: [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108) (PR #125236)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [llvm] release/20.x: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof. (PR #125363)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125363 >From f7c7db9b6fb14464d8ac6e224b801f6de81638d9 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Sat, 1 Feb 2025 21:40:58 + Subject: [PATCH] [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof.

[llvm-branch-commits] [llvm] release/20.x: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof. (PR #125363)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @fhahn (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455) (PR #125590)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125590 >From 820c8c79c87532b44c62a53cc3865cda8a0846ee Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 3 Feb 2025 13:48:42 -0800 Subject: [PATCH] [RISCV] Check isFixedLengthVector before calling getVectorNumElem

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455) (PR #125590)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @topperc (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] Don't diagnose duplicated friend declarations between modules incorrectly (PR #125809)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125809 >From 0d363c30b875e91a9f8e20a17b5dc7281e58cf2e Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 5 Feb 2025 13:41:48 +0800 Subject: [PATCH] [C++20] [Modules] Don't diagnose duplicated friend declarations bet

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] Don't diagnose duplicated friend declarations between modules incorrectly (PR #125809)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @ChuanqiXu9 (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [mlir] release/20.x: [mlir][cmake] Fix build race condition in Pass Manager tests (PR #125834)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @DavidSpickett (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this P

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/Target

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126589 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [InstSimplify] Add additional checks when substituting pointers (#125385) (PR #125398)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125398 >From 56b4c1168f51aafb576226efe35430fe4ec119e8 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sun, 2 Feb 2025 19:04:23 +0800 Subject: [PATCH] [InstSimplify] Add additional checks when substituting pointers

[llvm-branch-commits] [llvm] release/20.x: [InstSimplify] Add additional checks when substituting pointers (#125385) (PR #125398)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @dtcxzyw (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [clang] 447db16 - Revert "[Driver][ROCm][OpenMP] Fix default ockl linking for OpenMP. (#126186)"

2025-02-10 Thread via llvm-branch-commits
Author: Florian Mayer Date: 2025-02-10T14:48:32-08:00 New Revision: 447db16af01c58b4607caefb76ed6e16b5814da3 URL: https://github.com/llvm/llvm-project/commit/447db16af01c58b4607caefb76ed6e16b5814da3 DIFF: https://github.com/llvm/llvm-project/commit/447db16af01c58b4607caefb76ed6e16b5814da3.diff

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126589 Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl >From cff985dc32461f98bd560511bcb7e27713756bbb Mon Sep 17 00:00:00 2001 From: Daniil Kovalev Date: Wed, 5 Feb 2025 11:39:27 +0300 Subject: [

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @kovdan01 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126589 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126263 >From c7f18bae1a9c188706912dc3379afb1de7f8921e Mon Sep 17 00:00:00 2001 From: David Green Date: Fri, 7 Feb 2025 16:37:05 + Subject: [PATCH] [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleC

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @davemgreen (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897) (PR #126542)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126542 >From 5c75c290f87aacd2227619748ccb0ffd4b578ea4 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Mon, 10 Feb 2025 16:29:42 + Subject: [PATCH] [LV] Forget LCSSA phi with new pred before other SCEV invalidati

[llvm-branch-commits] [llvm] release/20.x: [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897) (PR #126542)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @fhahn (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [lld] release/20.x: [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (PR #126549)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126549 >From 9e07fbf640b0f3e9b814a2e2bcac74c9eb88 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 10 Feb 2025 09:21:31 -0800 Subject: [PATCH] [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (This

[llvm-branch-commits] [lld] release/20.x: [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (PR #126549)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @MaskRay (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [flang] release/20.x: [flang] Use clang_target_link_libraries() for clang dependency (#126037) (PR #126062)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126062 >From 7fda02c09d3b24b84b92334d0e491dc172648b71 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 6 Feb 2025 14:11:22 +0100 Subject: [PATCH] [flang] Use clang_target_link_libraries() for clang dependency (#

[llvm-branch-commits] [flang] release/20.x: [flang] Use clang_target_link_libraries() for clang dependency (#126037) (PR #126062)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

<    62   63   64   65   66   67   68   69   70   71   >