[llvm-branch-commits] [libcxx] release/20.x: [libc++] Guard include of with __has_include (#127691) (PR #127842)

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

[llvm-branch-commits] [llvm] release/20.x: [GlobalISel][AArch64] Fix fptoi.sat lowering. (#127901) (PR #128001)

2025-02-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 @llvm/pr-subscribers-llvm-globalisel Author: None (llvmbot) Changes Backport 70ed381b1693697dec3efcaed161d3626d16cff1 Requested by: @davemgreen --- Patch is 34.38 KiB, truncated to 20.00 KiB below, full version: https://github.com/llv

[llvm-branch-commits] [clang] [clang] Implement instantiation context note for checking template parameters (PR #126088)

2025-02-20 Thread via llvm-branch-commits
@@ -5294,10 +5294,14 @@ def err_template_missing_args : Error< "%select{class template|function template|variable template|alias template|" "template template parameter|concept|template}0 %1 requires template " "arguments">; -def err_template_arg_list_different_arity : Er

[llvm-branch-commits] [clang] [clang] Implement instantiation context note for checking template parameters (PR #126088)

2025-02-20 Thread via llvm-branch-commits
@@ -12822,6 +12826,9 @@ class Sema final : public SemaBase { /// We are performing partial ordering for template template parameters. PartialOrderingTTP, + + /// Checking a Template Parameter cor3ntin wrote: This could use a more descriptive

[llvm-branch-commits] [clang] [clang] Implement instantiation context note for checking template parameters (PR #126088)

2025-02-20 Thread via llvm-branch-commits
@@ -11802,9 +11817,10 @@ class Sema final : public SemaBase { bool PartialOrdering, bool *StrictPackMatch); + SmallString<128> toTerseString(const NamedDecl &D) const; cor3ntin wrote:

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries-all: Add missing secret input (#126921) (PR #128884)

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

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries-all: Add missing secret input (#126921) (PR #128884)

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport a684e0ea57ebb93c81506c066afb25cb496dcc11 Requested by: @tstellar --- Full diff: https://github.com/llvm/llvm-project/pull/128884.diff 1 Files Affected: - (modified) .github/workflows/release-bi

[llvm-branch-commits] [llvm] release/20.x: [LV][VPlan] Prevent calculate cost for skiped instructions in precomputeCosts(). (#127966) (PR #128879)

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-vectorizers Author: Florian Hahn (fhahn) Changes Backport https://github.com/llvm/llvm-project/commit/8009c1fd81ad0b6ac65724d2b134a92db48f8fbf --- Full diff: https://github.com/llvm/llvm-project/pull/128879.diff 2 Files Affected: - (modified) llvm/

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries-all: Add missing secret input (#126921) (PR #128884)

2025-02-26 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128884 Backport a684e0ea57ebb93c81506c066afb25cb496dcc11 Requested by: @tstellar >From 83058aadeef4a2995c2610abe3119ed86371cd3e Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 12 Feb 2025 10:01:46 -0800 Subjec

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries-all: Add missing secret input (#126921) (PR #128884)

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

[llvm-branch-commits] [mlir] 7ea3a19 - Revert "[MLIR][LLVMIR] Import unregistered intrinsics via llvm.intrinsic_call…"

2025-02-26 Thread via llvm-branch-commits
Author: Bruno Cardoso Lopes Date: 2025-02-26T16:00:26-08:00 New Revision: 7ea3a19cf1cc8944f5fe00dd0dfaf01b2a651846 URL: https://github.com/llvm/llvm-project/commit/7ea3a19cf1cc8944f5fe00dd0dfaf01b2a651846 DIFF: https://github.com/llvm/llvm-project/commit/7ea3a19cf1cc8944f5fe00dd0dfaf01b2a651846

[llvm-branch-commits] [llvm] [HLSL] Add support for root constant generation from llvm IR. (PR #127932)

2025-02-26 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/127932 >From 86a52d82e858c24a0f756f583a1b3d8dac3087d8 Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Wed, 19 Feb 2025 22:53:55 + Subject: [PATCH 01/20] parsing root constant --- llvm/lib/Target/DirectX/DXIL

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries: Fix macos-14 build (#127157) (PR #128945)

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

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries: Fix macos-14 build (#127157) (PR #128945)

2025-02-26 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128945 Backport d595d5a770d93c9564268fc631d85f3a6ce1f505 Requested by: @tstellar >From 77e6d0893b4b21a962d76f3f805ebb1b4691b0f3 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 14 Feb 2025 07:28:44 -0800 Subjec

[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries: Fix macos-14 build (#127157) (PR #128945)

2025-02-26 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/128945 ___ 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: workflows/release-binaries: Fix macos-14 build (#127157) (PR #128945)

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport d595d5a770d93c9564268fc631d85f3a6ce1f505 Requested by: @tstellar --- Full diff: https://github.com/llvm/llvm-project/pull/128945.diff 1 Files Affected: - (modified) .github/workflows/release-bi

[llvm-branch-commits] [llvm] c788a84 - Revert "DAG: Preserve range metadata when load is narrowed (#128144)"

2025-02-26 Thread via llvm-branch-commits
Author: Daniel Thornburgh Date: 2025-02-26T14:00:23-08:00 New Revision: c788a84fdd2316daa0204a13bdf93a503b95cabf URL: https://github.com/llvm/llvm-project/commit/c788a84fdd2316daa0204a13bdf93a503b95cabf DIFF: https://github.com/llvm/llvm-project/commit/c788a84fdd2316daa0204a13bdf93a503b95cabf.d

[llvm-branch-commits] [clang] [HLSL] Implement explicit layout for default constant buffer $Globals (PR #128991)

2025-02-26 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 9faff902639aece87b72ed5235d71b8b68533074 e982a61657da5eb4c7f2618c95f0c6d3493cb854 --e

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
@@ -134,12 +134,12 @@ TEST(RootSignature, ParseRootFlags) { )")); uint8_t Buffer[] = { - 0x44, 0x58, 0x42, 0x43, 0x32, 0x9A, 0x53, 0xD8, 0xEC, 0xBE, 0x35, 0x6F, - 0x05, 0x39, 0xE1, 0xFE, 0x31, 0x20, 0xF0, 0xC1, 0x01, 0x00, 0x00, 0x00, + 0x44, 0x58, 0x42, 0

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update LLVM 20.1.0 Release Notes (PR #128764)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @amy-kwan (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] 5d3b9e2 - [PowerPC] Update LLVM 20.1.0 Release Notes (#128764)

2025-02-25 Thread via llvm-branch-commits
Author: Amy Kwan Date: 2025-02-25T15:01:32-08:00 New Revision: 5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1 URL: https://github.com/llvm/llvm-project/commit/5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1 DIFF: https://github.com/llvm/llvm-project/commit/5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1.diff LOG:

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 01/11] first working version --- .../llvm/MC/DXContainerRootS

[llvm-branch-commits] [llvm] 6ea4e1e - Revert "Reland "[AArch64][NPM] Chalk out the CodeGenPassBuilder for NPM (#128…"

2025-02-25 Thread via llvm-branch-commits
Author: Akshat Oke Date: 2025-02-26T10:54:09+05:30 New Revision: 6ea4e1e1415d4902c69670343205b5c44f51514a URL: https://github.com/llvm/llvm-project/commit/6ea4e1e1415d4902c69670343205b5c44f51514a DIFF: https://github.com/llvm/llvm-project/commit/6ea4e1e1415d4902c69670343205b5c44f51514a.diff LO

[llvm-branch-commits] [clang-tools-extra] release/20.x: [clangd] [C++20] [Modules] Add scanning cache (#125988) (PR #128841)

2025-02-26 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128841 Backport ae839b02504a68a0dfe63ac8ec314d9d7a6ce8df Requested by: @ChuanqiXu9 >From 0c59624ff222149bd926fbbe68d3c68c01db28de Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 26 Feb 2025 16:03:04 +0800 Subjec

[llvm-branch-commits] [clang-tools-extra] release/20.x: [clangd] [C++20] [Modules] Add scanning cache (#125988) (PR #128841)

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

[llvm-branch-commits] [clang-tools-extra] release/20.x: [clangd] [C++20] [Modules] Add scanning cache (#125988) (PR #128841)

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clangd Author: None (llvmbot) Changes Backport ae839b02504a68a0dfe63ac8ec314d9d7a6ce8df Requested by: @ChuanqiXu9 --- Full diff: https://github.com/llvm/llvm-project/pull/128841.diff 4 Files Affected: - (modified) clang-tools-extra/clangd/ModulesBui

[llvm-branch-commits] [clang-tools-extra] release/20.x: [clangd] [C++20] [Modules] Add scanning cache (#125988) (PR #128841)

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

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran closed https://github.com/llvm/llvm-project/pull/128577 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [CMake][Release] Statically link ZSTD on all OSes (#128554) (PR #128793)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128793 >From 560ac756cb18db3f6252b4d43e0444b10fd36e8b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 25 Feb 2025 16:10:20 -0800 Subject: [PATCH] [CMake][Release] Statically link ZSTD on all OSes (#128554) This

[llvm-branch-commits] [clang] release/20.x: [CMake][Release] Statically link ZSTD on all OSes (#128554) (PR #128793)

2025-02-25 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] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 01/12] first working version --- .../llvm/MC/DXContainerRootS

[llvm-branch-commits] [clang] release/20.x: [CMake][Release] Statically link ZSTD on all OSes (#128554) (PR #128793)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128793 Backport 09832777d830e0fddff84bf36793ec4e453656b0 Requested by: @tstellar >From 2ca80566033289f3401f4ee8957eb166dad04f62 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 25 Feb 2025 16:10:20 -0800 Subjec

[llvm-branch-commits] [clang] release/20.x: [CMake][Release] Statically link ZSTD on all OSes (#128554) (PR #128793)

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

[llvm-branch-commits] [clang] release/20.x: [CMake][Release] Statically link ZSTD on all OSes (#128554) (PR #128793)

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

[llvm-branch-commits] [clang] release/20.x: [CMake][Release] Statically link ZSTD on all OSes (#128554) (PR #128793)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 09832777d830e0fddff84bf36793ec4e453656b0 Requested by: @tstellar --- Full diff: https://github.com/llvm/llvm-project/pull/128793.diff 1 Files Affected: - (modified) clang/cmake/caches/Release.cmake (+1-3

[llvm-branch-commits] [llvm] release/20.x: [PPC][MC] Restore support for case-insensitive register names (#128525) (PR #128539)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128539 >From b8b7fce446a6516be6bee61456e7292f7c1afb86 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 24 Feb 2025 18:06:51 +0100 Subject: [PATCH] [PPC][MC] Restore support for case-insensitive register names (#

[llvm-branch-commits] [llvm] release/20.x: [PPC][MC] Restore support for case-insensitive register names (#128525) (PR #128539)

2025-02-25 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] [clang] [llvm] release/20.x: [CMake][Release] Enable bolt optimization for clang on Linux (#128090) (PR #128730)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128730 >From a2112e20c736b1648ada1aa0b976f42fedf62a23 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 25 Feb 2025 07:33:42 -0800 Subject: [PATCH] [CMake][Release] Enable bolt optimization for clang on Linux (#1

[llvm-branch-commits] [clang] [llvm] release/20.x: [CMake][Release] Enable bolt optimization for clang on Linux (#128090) (PR #128730)

2025-02-25 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] [clang] release/20.x: [Clang] Fix an integer overflow issue in computing CTAD's parameter depth (PR #128845)

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Younan Zhang (zyn0217) Changes This fixes a potential integer overflow bug that has been around for many versions and was exposed by my patch recently. So we think it warrants a backport. Backports b8d1f3d62. --- Full diff: https://gith

[llvm-branch-commits] [llvm] release/20.x: [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#128618) (PR #128717)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-support Author: None (llvmbot) Changes Backport 44d1dbd24c20a0ee93063dcf44d68e2b8f0bf77c Requested by: @dtcxzyw --- Full diff: https://github.com/llvm/llvm-project/pull/128717.diff 4 Files Affected: - (modified) llvm/include/llvm/ADT/APFloat.h

[llvm-branch-commits] [llvm] release/20.x: [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#128618) (PR #128717)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/128717 ___ 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: [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#128618) (PR #128717)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128717 Backport 44d1dbd24c20a0ee93063dcf44d68e2b8f0bf77c Requested by: @dtcxzyw >From 21a6ae4cfdf1f364fe18cf152fe9eff543b4899b Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Tue, 25 Feb 2025 22:03:17 +0800 Subjec

[llvm-branch-commits] [llvm] release/20.x: [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#128618) (PR #128717)

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

[llvm-branch-commits] [llvm] [DirectX] Fix printing of DXIL cbuffer info (PR #128698)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-directx Author: Justin Bogner (bogner) Changes Make sure we're able to print cbuffer comments in a way that's compatible with DXC. Fixes #128562 --- Full diff: https://github.com/llvm/llvm-project/pull/128698.diff 2 Files Affected: - (modif

[llvm-branch-commits] [llvm] [DirectX] Support the CBufferLoadLegacy operation (PR #128699)

2025-02-25 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 7e00339e259f01f8b18d409760d78eee2460aeee be9554eabde52e6feb37ad91935ee73aacdf00d6 --e

[llvm-branch-commits] [llvm] [MachineSink] Lower SplitEdgeProbabilityThreshold (PR #127666)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Guy David (guy-david) Changes Requires https://github.com/llvm/llvm-project/pull/128745. Lower it slightly below the likeliness of a null-check to be true which is set to 37.5% (see PtrUntakenProb). Otherwise, it will split the e

[llvm-branch-commits] [llvm] [MachineSink] Lower SplitEdgeProbabilityThreshold (PR #127666)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-globalisel Author: Guy David (guy-david) Changes Requires https://github.com/llvm/llvm-project/pull/128745. Lower it slightly below the likeliness of a null-check to be true which is set to 37.5% (see PtrUntakenProb). Otherwise, it will split the

[llvm-branch-commits] [llvm] [MachineSink] Lower SplitEdgeProbabilityThreshold (PR #127666)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-arm @llvm/pr-subscribers-backend-powerpc Author: Guy David (guy-david) Changes Requires https://github.com/llvm/llvm-project/pull/128745. Lower it slightly below the likeliness of a null-check to be true which is set to 37.5% (see PtrUntakenPro

[llvm-branch-commits] [flang] release/20.x: [flang] fix AArch64 PCS for struct following pointer (#127802) (PR #128518)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128518 >From 350e0e2b45331279a003d3ab7c7178680e533158 Mon Sep 17 00:00:00 2001 From: David Truby Date: Fri, 21 Feb 2025 18:50:52 + Subject: [PATCH] [flang] fix AArch64 PCS for struct following pointer (#127802) P

[llvm-branch-commits] [llvm] release/20.x: Do not treat llvm.fake.use as a debug instruction (#128684) (PR #128734)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: None (llvmbot) Changes Backport af68927a831c45b92248b1f6fc24d445be42dd91 Requested by: @SLTozer --- Full diff: https://github.com/llvm/llvm-project/pull/128734.diff 2 Files Affected: - (modified) llvm/lib/IR/Instruction.cpp (+1-4) -

[llvm-branch-commits] [llvm] release/20.x: [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#128618) (PR #128717)

2025-02-25 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] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 1/7] first working version --- .../llvm/MC/DXContainerRootSig

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 01/10] first working version --- .../llvm/MC/DXContainerRootS

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update LLVM 20.1.0 Release Notes (PR #128764)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Amy Kwan (amy-kwan) Changes This PR adds LLVM 20.1.0 release notes that are related to the PowerPC target. --- Full diff: https://github.com/llvm/llvm-project/pull/128764.diff 2 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 1/8] first working version --- .../llvm/MC/DXContainerRootSig

[llvm-branch-commits] [llvm] release/20.x: [Support] Ensure complete type DelimitedScope (#127459) (PR #128686)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128686 >From 83081919e42376eb3cdbb8267daaf8da0691f9ae Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Fri, 21 Feb 2025 21:19:56 +0100 Subject: [PATCH] [Support] Ensure complete type DelimitedScope (#127459) `JSONS

[llvm-branch-commits] [llvm] release/20.x: [DAGCombiner] visitFREEZE: Early exit when N is deleted (#128161) (PR #128283)

2025-02-25 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] release/20.x: [Clang] Handle instantiating captures in addInstantiatedCapturesToScope() (#128478) (PR #128639)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128639 >From d919b8d97b12c24a13e1e92aa66ef1421e20104b Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Tue, 25 Feb 2025 14:35:07 +0800 Subject: [PATCH] [Clang] Handle instantiating captures in addInstantiatedCaptures

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 1/9] first working version --- .../llvm/MC/DXContainerRootSig

[llvm-branch-commits] [llvm] release/20.x: [DAGCombiner] visitFREEZE: Early exit when N is deleted (#128161) (PR #128283)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128283 >From 69ee30f9db773048d314db466aaa187b6843c3c0 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sat, 22 Feb 2025 12:06:34 +0800 Subject: [PATCH] [DAGCombiner] visitFREEZE: Early exit when N is deleted (#12816

[llvm-branch-commits] [clang] release/20.x: [Clang] Handle instantiating captures in addInstantiatedCapturesToScope() (#128478) (PR #128639)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @zyn0217 (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: [Serialization] Update DECL_LAST (PR #128690)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128690 >From d6fd6e4d6acfab8744064b03f1a86e16dfe53ec6 Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Tue, 25 Feb 2025 13:29:42 +0800 Subject: [PATCH] [Serialization] Update DECL_LAST Address post commit review at htt

[llvm-branch-commits] [clang] release/20.x: Revert Do not use `private` as the default AS for when `generic` is available (#112442)" (PR #127771)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @arsenm (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] [llvm] release/20.x: On Windows, remove the UCRT libraries from the release script (#128378) (PR #128720)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128720 >From c02bd85194d3cb6416baaf3dd607a056f2047720 Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Mon, 24 Feb 2025 08:53:44 -0500 Subject: [PATCH] On Windows, remove the UCRT libraries from the release script

[llvm-branch-commits] [llvm] release/20.x: [Hexagon] Add a case to BitTracker for new register class (#128580) (PR #128738)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @androm3da (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: [Support] Ensure complete type DelimitedScope (#127459) (PR #128686)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @hahnjo (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] [llvm] release/20.x: On Windows, remove the UCRT libraries from the release script (#128378) (PR #128720)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @aganea (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] [llvm] release/20.x: [Hexagon] Add a case to BitTracker for new register class (#128580) (PR #128738)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128738 >From d18f15fe53bc1948e427ed1481b1f586938009d9 Mon Sep 17 00:00:00 2001 From: Ikhlas Ajbar Date: Tue, 25 Feb 2025 09:07:29 -0600 Subject: [PATCH] [Hexagon] Add a case to BitTracker for new register class (#1285

[llvm-branch-commits] [llvm] release/20.x: Do not treat llvm.fake.use as a debug instruction (#128684) (PR #128734)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128734 >From addf1c97117e52bd52f445a360047c2752df9d1a Mon Sep 17 00:00:00 2001 From: Stephen Tozer Date: Tue, 25 Feb 2025 14:49:59 + Subject: [PATCH] Do not treat llvm.fake.use as a debug instruction (#128684) The

[llvm-branch-commits] [llvm] release/20.x: Do not treat llvm.fake.use as a debug instruction (#128684) (PR #128734)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @SLTozer (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: [Hexagon] Add a case to BitTracker for new register class (#128580) (PR #128738)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/128738 ___ 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: [Hexagon] Add a case to BitTracker for new register class (#128580) (PR #128738)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128738 Backport 4f7d8948d9d9a0d366ac737247abab2246834e05 Requested by: @androm3da >From 1e3539f8397536938e20c21f2d59b972741c18e4 Mon Sep 17 00:00:00 2001 From: Ikhlas Ajbar Date: Tue, 25 Feb 2025 09:07:29 -0600 Subje

[llvm-branch-commits] [llvm] release/20.x: [Hexagon] Add a case to BitTracker for new register class (#128580) (PR #128738)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-hexagon Author: None (llvmbot) Changes Backport 4f7d8948d9d9a0d366ac737247abab2246834e05 Requested by: @androm3da --- Full diff: https://github.com/llvm/llvm-project/pull/128738.diff 2 Files Affected: - (modified) llvm/lib/Target/Hexagon/Hex

[llvm-branch-commits] [llvm] release/20.x: [Hexagon] Add a case to BitTracker for new register class (#128580) (PR #128738)

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

[llvm-branch-commits] [flang] release/20.x: [flang] fix AArch64 PCS for struct following pointer (#127802) (PR #128518)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @DavidTruby (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: [Serialization] Update DECL_LAST (PR #128690)

2025-02-25 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] [llvm] release/20.x: [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWithIntPow2` (#128618) (PR #128717)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128717 >From c99be9188631e5f5a21a0041d85385bd05659a3d Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Tue, 25 Feb 2025 22:03:17 +0800 Subject: [PATCH] [X86][DAGCombiner] Skip x87 fp80 values in `combineFMulOrFDivWi

[llvm-branch-commits] [llvm] release/20.x: Do not treat llvm.fake.use as a debug instruction (#128684) (PR #128734)

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

[llvm-branch-commits] [llvm] release/20.x: Do not treat llvm.fake.use as a debug instruction (#128684) (PR #128734)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128734 Backport af68927a831c45b92248b1f6fc24d445be42dd91 Requested by: @SLTozer >From d2fbc2e17976e9e9d269527dade3b55d63a62951 Mon Sep 17 00:00:00 2001 From: Stephen Tozer Date: Tue, 25 Feb 2025 14:49:59 + Subjec

[llvm-branch-commits] [llvm] release/20.x: Do not treat llvm.fake.use as a debug instruction (#128684) (PR #128734)

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

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 1/6] first working version --- .../llvm/MC/DXContainerRootSig

[llvm-branch-commits] [llvm] [HLSL] Refactor Offset calculation while writing Root Signatures. (PR #128577)

2025-02-25 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/128577 >From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Sat, 22 Feb 2025 06:19:15 + Subject: [PATCH 1/5] first working version --- .../llvm/MC/DXContainerRootSig

[llvm-branch-commits] [clang] [llvm] release/20.x: [CMake][Release] Enable bolt optimization for clang on Linux (#128090) (PR #128730)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128730 Backport 148111fdcf0e807fe74274b18fcf65c4cff45d63 Requested by: @tstellar >From 43d72482dd0a370063db0684b4bd552f2b0456cc Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 25 Feb 2025 07:33:42 -0800 Subjec

[llvm-branch-commits] [clang] [llvm] release/20.x: [CMake][Release] Enable bolt optimization for clang on Linux (#128090) (PR #128730)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport 148111fdcf0e807fe74274b18fcf65c4cff45d63 Requested by: @tstellar --- Full diff: https://github.com/llvm/llvm-project/pull/128730.diff 2 Files Affected: - (modified) .github/workflows/release-bi

[llvm-branch-commits] [clang] [llvm] release/20.x: [CMake][Release] Enable bolt optimization for clang on Linux (#128090) (PR #128730)

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

[llvm-branch-commits] [clang] [llvm] release/20.x: [CMake][Release] Enable bolt optimization for clang on Linux (#128090) (PR #128730)

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

[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Update divergence lowering tests (PR #128702)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-globalisel @llvm/pr-subscribers-backend-amdgpu Author: Petar Avramovic (petar-avramovic) Changes In preparations for implementing temporal divergence lowering for global-isel, switch llvm-ir tests for amdgpu divergence lowering to new reg bank selec

[llvm-branch-commits] [llvm] release/20.x: On Windows, remove the UCRT libraries from the release script (#128378) (PR #128720)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/128720 Backport 4ba3ebe Requested by: @aganea >From 89d34250f1a270577ee44f9a2d8715e27fd7835f Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Mon, 24 Feb 2025 08:53:44 -0500 Subject: [PATCH] On Windows, remove th

[llvm-branch-commits] [llvm] release/20.x: On Windows, remove the UCRT libraries from the release script (#128378) (PR #128720)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/128720 ___ 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: On Windows, remove the UCRT libraries from the release script (#128378) (PR #128720)

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

[llvm-branch-commits] [clang] [CodeGen][ObjCGNU] Replace PointerType::getUnqual(Type) with opaque pointer version (NFC) (PR #128715)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Mats Jun Larsen (junlarsen) Changes Follow-up to #123569 --- Full diff: https://github.com/llvm/llvm-project/pull/128715.diff 1 Files Affected: - (modified) clang/lib/CodeGen/CGObjCGNU.cpp (+10-19) ``diff diff --git a/clang/l

[llvm-branch-commits] [clang] [CodeGen][ObjCGNU] Replace PointerType::getUnqual(Type) with opaque pointer version (NFC) (PR #128715)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Mats Jun Larsen (junlarsen) Changes Follow-up to #123569 --- Full diff: https://github.com/llvm/llvm-project/pull/128715.diff 1 Files Affected: - (modified) clang/lib/CodeGen/CGObjCGNU.cpp (+10-19) ``diff diff --git a

[llvm-branch-commits] [llvm] [DirectX] Support the CBufferLoadLegacy operation (PR #128699)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-directx Author: Justin Bogner (bogner) Changes Fixes #112992 --- Full diff: https://github.com/llvm/llvm-project/pull/128699.diff 9 Files Affected: - (modified) llvm/docs/DirectX/DXILResources.rst (+120-6) - (modified) llvm/include/llvm/IR/I

[llvm-branch-commits] [llvm] [DirectX] Support the CBufferLoadLegacy operation (PR #128699)

2025-02-25 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: Justin Bogner (bogner) Changes Fixes #112992 --- Full diff: https://github.com/llvm/llvm-project/pull/128699.diff 9 Files Affected: - (modified) llvm/docs/DirectX/DXILResources.rst (+120-6) - (modified) llvm/include/llvm/IR/Intrinsic

[llvm-branch-commits] [llvm] release/20.x: [OpenMP] Fix misspelled symbol name (#126120) (PR #126121)

2025-02-25 Thread via llvm-branch-commits
github-actions[bot] wrote: @jhuber6 (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] [mlir] release/20.x: [mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and MLIR_INCLUDE_DIR (#125842) (PR #127589)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/127589 >From 160e6ace3e1a35b05d1f277aaf34034b1174c5b0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 11 Feb 2025 14:32:30 +0100 Subject: [PATCH] [mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and MLIR_INCLUDE_D

[llvm-branch-commits] [llvm] release/20.x: [OpenMP] Fix misspelled symbol name (#126120) (PR #126121)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126121 >From 0bc2eb7458dcd763d063a58fb3ee9626bde8eae8 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Thu, 6 Feb 2025 14:13:43 -0600 Subject: [PATCH] [OpenMP] Fix misspelled symbol name (#126120) Summary: This is su

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] handling selectAny attribute for vardecl (PR #128114)

2025-02-25 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/128114 >From eb389b1259c35ea0f91b8aba133bca4a8ab9f4ab Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Fri, 21 Feb 2025 10:34:14 +0800 Subject: [PATCH] [C++20] [Modules] handling selectAny attribute for vardecl Close h

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] handling selectAny attribute for vardecl (PR #128114)

2025-02-25 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.

<    94   95   96   97   98   99   100   101   102   103   >