[llvm-branch-commits] [llvm] [AMDGPU] Support image_bvh8_intersect_ray instruction and intrinsic. (PR #130041)

2025-03-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Mariusz Sikora (mariusz-sikora-at-amd) Changes --- Patch is 23.58 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/130041.diff 12 Files Affected: - (modified) llvm/include/llvm/IR/In

[llvm-branch-commits] [llvm] [AMDGPU] Support image_bvh8_intersect_ray instruction and intrinsic. (PR #130041)

2025-03-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: Mariusz Sikora (mariusz-sikora-at-amd) Changes --- Patch is 23.58 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/130041.diff 12 Files Affected: - (modified) llvm/include/llvm/IR/Intrinsic

[llvm-branch-commits] [llvm] release/20.x: [LoongArch] Relax the restrictions of inlineasm operand modifier 'u' and 'w' (#129864) (PR #130009)

2025-03-06 Thread via llvm-branch-commits
https://github.com/heiher approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/130009 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU] Add SubtargetFeature for dynamic VGPR mode (PR #130030)

2025-03-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Diana Picus (rovka) Changes This represents a hardware mode supported only for wave32 compute shaders. When enabled, we set the `.dynamic_vgpr_en` field of `.compute_registers` to true in the PAL metadata. --- Full diff: https:/

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix SVE scalar fcopysign lowering without neon. (#129787) (PR #129997)

2025-03-06 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/129997 Backport 4c2d1b4c53de d4ab3df320f9 Requested by: @davemgreen >From e9619c1c70840718b0a59901d2da788b176597ee Mon Sep 17 00:00:00 2001 From: David Green Date: Tue, 4 Mar 2025 21:46:55 + Subject: [PATCH 1/2]

[llvm-branch-commits] [llvm] [AMDGPU] Update target helpers & GCNSchedStrategy for dynamic VGPRs (PR #130047)

2025-03-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Diana Picus (rovka) Changes In dynamic VGPR mode, we can allocate up to 8 blocks of either 16 or 32 VGPRs (based on a chip-wide setting which we can model with a Subtarget feature). Update some of the subtarget helpers to reflect

[llvm-branch-commits] [mlir] 1d72977 - Revert "[mlir][ODS] Add a generated builder that takes the Properties struct …"

2025-03-06 Thread via llvm-branch-commits
Author: Benjamin Chetioui Date: 2025-03-06T16:26:44+01:00 New Revision: 1d72977e0198033e8ae7f7317abec09d59b330de URL: https://github.com/llvm/llvm-project/commit/1d72977e0198033e8ae7f7317abec09d59b330de DIFF: https://github.com/llvm/llvm-project/commit/1d72977e0198033e8ae7f7317abec09d59b330de.d

[llvm-branch-commits] [llvm] PeepholeOpt: Remove subreg def check for bitcast (PR #130086)

2025-03-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Matt Arsenault (arsenm) Changes Subregister defs are illegal in SSA. Surprisingly this enables folding into subregister insert patterns in one test. --- Full diff: https://github.com/llvm/llvm-project/pull/130086.diff 2 Files Affec

[llvm-branch-commits] [llvm] [AMDGPU] Dynamic VGPR support for llvm.amdgcn.cs.chain (PR #130094)

2025-03-06 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Diana Picus (rovka) Changes The llvm.amdgcn.cs.chain intrinsic has a 'flags' operand which may indicate that we want to reallocate the VGPRs before performing the call. A call with the following arguments: ``` llvm.amdgcn.cs.chai

[llvm-branch-commits] [llvm] 76911bf - Revert "Revert "[LTO][Pipelines][Coro] De-duplicate Coro passes" (#129977)"

2025-03-06 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2025-03-06T07:57:35-08:00 New Revision: 76911bfffd150a5c5ef0f8ec54ba526ffc09cafb URL: https://github.com/llvm/llvm-project/commit/76911bfffd150a5c5ef0f8ec54ba526ffc09cafb DIFF: https://github.com/llvm/llvm-project/commit/76911bfffd150a5c5ef0f8ec54ba526ffc09cafb.diff L

[llvm-branch-commits] [libclc] release/20.x: [libclc] Stop installing CLC headers (#126908) (PR #130017)

2025-03-06 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/130017 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listin

[llvm-branch-commits] [llvm] [DirectX] Updating DXContainer documentation to add Root Descriptors (PR #129759)

2025-03-06 Thread via llvm-branch-commits
https://github.com/joaosaffran edited https://github.com/llvm/llvm-project/pull/129759 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [DirectX] Updating Root Signature documentation with Descriptor table description (PR #129797)

2025-03-06 Thread via llvm-branch-commits
https://github.com/joaosaffran updated https://github.com/llvm/llvm-project/pull/129797 >From 82a7de3b1a22eb7f7630d5b2d6998916ede45a8c Mon Sep 17 00:00:00 2001 From: joaosaffran <[email protected]> Date: Tue, 4 Mar 2025 14:32:03 -0800 Subject: [PATCH 1/2] Updating Ro

[llvm-branch-commits] [llvm] [AMDGPU] Dynamic VGPR support for llvm.amdgcn.cs.chain (PR #130094)

2025-03-10 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 c29d8202c06488a9466aea49dda4cf2b4663236e 296a9db2611c31497fb40b5b01a027440dcda2a5 --e

[llvm-branch-commits] [clang] release/20.x: [clang-format] Don't remove parentheses separated from ellipsis by comma (#130471) (PR #130702)

2025-03-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes Backport 7d4d8509cbec7eecd8aaf2510015b54bc5c173e1 Requested by: @owenca --- Full diff: https://github.com/llvm/llvm-project/pull/130702.diff 2 Files Affected: - (modified) clang/lib/Format/UnwrappedLinePar

[llvm-branch-commits] [clang] release/20.x: [clang-format] Don't remove parentheses separated from ellipsis by comma (#130471) (PR #130702)

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

[llvm-branch-commits] [clang] release/20.x: [clang-format] Don't remove parentheses separated from ellipsis by comma (#130471) (PR #130702)

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

[llvm-branch-commits] [clang] [clang-tools-extra] [clang] improve class type sugar preservation in pointers to members (PR #130537)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Matheus Izvekov (mizvekov) Changes This changes the MemberPointerType representation to use a NestedNameSpecifier instead of a Type to represent the class. Since the qualifiers are always parsed as nested names, there was an impedance mi

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port SIInsertWaitcnts to NPM (PR #130061)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130061.diff 7 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port SIInsertHardClauses to NPM (PR #130062)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130062.diff 6 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+7-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port SIMemoryLegalizer to NPM (PR #130060)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130060.diff 4 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port AMDGPUSetWavePriority to NPM (PR #130064)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130064.diff 5 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port SIPreEmitPeephole to NPM (PR #130065)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130065.diff 7 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port BranchRelaxation to NPM (PR #130067)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes This completes the PreEmitPasses --- Full diff: https://github.com/llvm/llvm-project/pull/130067.diff 10 Files Affected: - (added) llvm/include/llvm/CodeGen/BranchRelaxation.h (+25) - (modified)

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port RemoveLoadsIntoFakeUses to NPM (PR #130068)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130068.diff 8 Files Affected: - (added) llvm/include/llvm/CodeGen/RemoveLoadsIntoFakeUses.h (+30) - (modified) llvm/include/llvm/InitializeP

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port PostRAHazardRecognizer to NPM (PR #130066)

2025-03-09 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130066.diff 10 Files Affected: - (added) llvm/include/llvm/CodeGen/PostRAHazardRecognizer.h (+26) - (modified) llvm/include/llvm/Initiali

[llvm-branch-commits] [llvm] release/20.x: [TailDuplicator] Do not restrict the computed gotos (#114990) (PR #130585)

2025-03-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/130585 Backport dd21aacd76e36d4db157a5d7a7b5370d456426e6 Requested by: @DianQK >From 5449b176ebe63b354ac63e177aff9215c4726060 Mon Sep 17 00:00:00 2001 From: DianQK Date: Mon, 10 Mar 2025 19:34:07 +0800 Subject: [PATC

[llvm-branch-commits] [llvm] release/20.x: [TailDuplicator] Do not restrict the computed gotos (#114990) (PR #130585)

2025-03-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport dd21aacd76e36d4db157a5d7a7b5370d456426e6 Requested by: @DianQK --- Full diff: https://github.com/llvm/llvm-project/pull/130585.diff 3 Files Affected: - (modified) llvm/include/llvm/CodeGen/MachineI

[llvm-branch-commits] [llvm] WIP: [CodeGen][NPM] Port VirtRegRewriter to NPM (PR #130564)

2025-03-10 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 f20b44edd8de0001efd809147599e48966e51606 061150df047480e1bcf44460b0ff745e5d6a4b65 --e

[llvm-branch-commits] [llvm] release/20.x: [IR] Fix assertion error in User new/delete edge case (#129914) (PR #130580)

2025-03-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/130580 Backport 8d38906d08f0189a7a7f865b267f47cab0a3790f Requested by: @marcauberer >From b3515aa07b42164268a835e3f5874f49056a2e22 Mon Sep 17 00:00:00 2001 From: Marc Auberer Date: Mon, 10 Mar 2025 11:53:45 +0100 Sub

[llvm-branch-commits] [llvm] release/20.x: [IR] Fix assertion error in User new/delete edge case (#129914) (PR #130580)

2025-03-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/130580 ___ 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: [IR] Fix assertion error in User new/delete edge case (#129914) (PR #130580)

2025-03-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: None (llvmbot) Changes Backport 8d38906d08f0189a7a7f865b267f47cab0a3790f Requested by: @marcauberer --- Full diff: https://github.com/llvm/llvm-project/pull/130580.diff 1 Files Affected: - (modified) llvm/lib/IR/User.cpp (+6)

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port VirtRegRewriter to NPM (PR #130564)

2025-03-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Akshat Oke (optimisan) Changes Not sure why this is squished into VirtRegMap.h --- Full diff: https://github.com/llvm/llvm-project/pull/130564.diff 12 Files Affected: - (modified) llvm/include/llvm/CodeGen/VirtRegMap.h (+15) - (m

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port VirtRegRewriter to NPM (PR #130564)

2025-03-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes Not sure why this is squished into VirtRegMap.h --- Full diff: https://github.com/llvm/llvm-project/pull/130564.diff 12 Files Affected: - (modified) llvm/include/llvm/CodeGen/VirtRegMap.h (+15) -

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port FEntryInserter to NPM (PR #129857)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/129857.diff 8 Files Affected: - (added) llvm/include/llvm/CodeGen/FEntryInserter.h (+25) - (modified) llvm/include/llvm/InitializePasses.h (

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port PatchableFunction to NPM (PR #129866)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/129866.diff 8 Files Affected: - (added) llvm/include/llvm/CodeGen/PatchableFunction.h (+30) - (modified) llvm/include/llvm/InitializePas

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port XRayInstrumentation to NPM (PR #129865)

2025-03-11 Thread via llvm-branch-commits
@@ -143,11 +170,43 @@ void XRayInstrumentation::prependRetWithPatchableExit( } } -bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) { +PreservedAnalyses +XRayInstrumentationPass::run(MachineFunction &MF, + MachineFunctionAnalys

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Minor improvements to BlockArgOpenMPOpInterface, NFC (PR #130789)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-openmp Author: Sergio Afonso (skatrak) Changes This patch introduces a use for the new `getBlockArgsPairs` to avoid having to manually list each applicable clause. Also, the `numClauseBlockArgs()` function is introduced, which simplifies the impl

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Minor improvements to BlockArgOpenMPOpInterface, NFC (PR #130789)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp @llvm/pr-subscribers-mlir Author: Sergio Afonso (skatrak) Changes This patch introduces a use for the new `getBlockArgsPairs` to avoid having to manually list each applicable clause. Also, the `numClauseBlockArgs()` function is introduced,

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Minor improvements to BlockArgOpenMPOpInterface, NFC (PR #130789)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-llvm Author: Sergio Afonso (skatrak) Changes This patch introduces a use for the new `getBlockArgsPairs` to avoid having to manually list each applicable clause. Also, the `numClauseBlockArgs()` function is introduced, which simplifies the implem

[llvm-branch-commits] [llvm] [SeparateConstOffsetFromGEP] Preserve inbounds flag based on ValueTracking (PR #130617)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu @llvm/pr-subscribers-llvm-transforms Author: Fabian Ritter (ritter-x2a) Changes If we know that the initial GEP was inbounds, and we change it to a sequence of GEPs from the same base pointer where every offset is non-negative, then the ne

[llvm-branch-commits] [llvm] release/20.x: [X86][AVX10.2] Fix unexpected larger scope (#130767) (PR #130774)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport fcce3084cb43a12f2e6e19b8e5b655f3df8739d6 Requested by: @phoebewang --- Full diff: https://github.com/llvm/llvm-project/pull/130774.diff 2 Files Affected: - (modified) llvm/lib/Target/X86/X86InstrSS

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port XRayInstrumentation to NPM (PR #129865)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/129865.diff 9 Files Affected: - (added) llvm/include/llvm/CodeGen/XRayInstrumentation.h (+25) - (modified) llvm/include/llvm/InitializePasse

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port XRayInstrumentation to NPM (PR #129865)

2025-03-11 Thread via llvm-branch-commits
@@ -143,11 +170,43 @@ void XRayInstrumentation::prependRetWithPatchableExit( } } -bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) { +PreservedAnalyses +XRayInstrumentationPass::run(MachineFunction &MF, + MachineFunctionAnalys

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port GCNCreateVOPD to NPM (PR #130059)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130059.diff 5 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+7-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [clang] 00e5b6d - Revert "Revert "[clang] Lower modf builtin using `llvm.modf` intrinsic" (#127…"

2025-03-11 Thread via llvm-branch-commits
Author: Benjamin Maxwell Date: 2025-03-11T12:10:13Z New Revision: 00e5b6d7e46ef55325676ed4fd95a2f6929cb0c7 URL: https://github.com/llvm/llvm-project/commit/00e5b6d7e46ef55325676ed4fd95a2f6929cb0c7 DIFF: https://github.com/llvm/llvm-project/commit/00e5b6d7e46ef55325676ed4fd95a2f6929cb0c7.diff L

[llvm-branch-commits] [llvm] release/20.x: [X86][AVX10.2] Fix unexpected larger scope (#130767) (PR #130774)

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

[llvm-branch-commits] [llvm] release/20.x: [X86][AVX10.2] Fix unexpected larger scope (#130767) (PR #130774)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/130774 Backport fcce3084cb43a12f2e6e19b8e5b655f3df8739d6 Requested by: @phoebewang >From 39addf851df56f44f1d3ef79fbce7a03bd17ec82 Mon Sep 17 00:00:00 2001 From: Phoebe Wang Date: Tue, 11 Mar 2025 21:20:27 +0800 Subje

[llvm-branch-commits] [llvm] release/20.x: [X86][AVX10.2] Fix unexpected larger scope (#130767) (PR #130774)

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

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Port SILateBranchLowering to NPM (PR #130063)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Akshat Oke (optimisan) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/130063.diff 6 Files Affected: - (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+9-1) - (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.

[llvm-branch-commits] [llvm] release/20.x: [HEXAGON] Fix hvx-isel for extract_subvector op (#129672) (PR #130215)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-hexagon Author: None (llvmbot) Changes Backport 29d3fc3f11d272a72ac255af9277c740f26c3dfc Requested by: @androm3da --- Patch is 38.60 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/130215.diff 4 Fi

[llvm-branch-commits] [llvm] [CodeGen][NPM] Port VirtRegRewriter to NPM (PR #130564)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-regalloc Author: Akshat Oke (optimisan) Changes Not sure why this is squished into VirtRegMap.h --- Full diff: https://github.com/llvm/llvm-project/pull/130564.diff 12 Files Affected: - (modified) llvm/include/llvm/CodeGen/VirtRegMap.h (+15) -

[llvm-branch-commits] [clang] [CUDA][HIP] fix virtual dtor host/device attr (#128926) (PR #130126)

2025-03-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Yaxun (Sam) Liu (yxsamliu) Changes When inferring host device attr of virtual dtor of explicit template class instantiation, clang should be conservative. This guarantees dtors that may call host functions not to have implicit device attr

[llvm-branch-commits] [llvm] release/20.x: [TailDuplicator] Do not restrict the computed gotos (#114990) (PR #130585)

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

[llvm-branch-commits] [clang-tools-extra] [clang-tidy] support pointee mutation check in misc-const-correctness (PR #130494)

2025-03-11 Thread via llvm-branch-commits
@@ -200,6 +223,27 @@ Options int *changing_pointee = &value; changing_pointee = &result; +.. option:: TransformPointersAsPointers + + Provides fixit-hints for pointers if the value it pointing to is not changed. + Default is `false`. + + Requires 'WarnPointersAsPoin

[llvm-branch-commits] [llvm] release/20.x: [TailDuplicator] Do not restrict the computed gotos (#114990) (PR #130585)

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

[llvm-branch-commits] [clang-tools-extra] [clang-tidy] support pointee mutation check in misc-const-correctness (PR #130494)

2025-03-11 Thread via llvm-branch-commits
@@ -200,6 +223,27 @@ Options int *changing_pointee = &value; changing_pointee = &result; +.. option:: TransformPointersAsPointers + + Provides fixit-hints for pointers if the value it pointing to is not changed. EugeneZelenko wrote: ```suggestion P

[llvm-branch-commits] [lld] 89c064e - Revert "[LLD][ELF] Don't spill to same memory region (#129795)"

2025-03-11 Thread via llvm-branch-commits
Author: Daniel Thornburgh Date: 2025-03-11T12:15:57-07:00 New Revision: 89c064ef2c24d734b34642192890ae1fe2db0e1b URL: https://github.com/llvm/llvm-project/commit/89c064ef2c24d734b34642192890ae1fe2db0e1b DIFF: https://github.com/llvm/llvm-project/commit/89c064ef2c24d734b34642192890ae1fe2db0e1b.d

[llvm-branch-commits] [libcxx] release/20.x: [libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140) (PR #129225)

2025-02-28 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: None (llvmbot) Changes Backport c93dc581d979eb20ded470d2c16e51b3e775f6e7 Requested by: @pawosm-arm --- Full diff: https://github.com/llvm/llvm-project/pull/129225.diff 10 Files Affected: - (modified) libcxx/test/std/input.output/iost

[llvm-branch-commits] [libcxx] release/20.x: [libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140) (PR #129225)

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

[llvm-branch-commits] [libcxx] release/20.x: [libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140) (PR #129225)

2025-02-28 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/129225 Backport c93dc581d979eb20ded470d2c16e51b3e775f6e7 Requested by: @pawosm-arm >From ffaeee01fb36600c52d418f2d10416e7e068b0c4 Mon Sep 17 00:00:00 2001 From: Paul Osmialowski Date: Fri, 28 Feb 2025 10:54:08 +

[llvm-branch-commits] [libcxx] release/20.x: [libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (#129140) (PR #129225)

2025-02-28 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/129225 ___ 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: [SystemZ] Add header guard macros to vecintrin.h (#129170) (PR #129286)

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

[llvm-branch-commits] [clang] release/20.x: [SystemZ] Add header guard macros to vecintrin.h (#129170) (PR #129286)

2025-02-28 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport ddaa5b3bfb2980f79c6f277608ad33a6efe8d554 Requested by: @uweigand --- Full diff: https://github.com/llvm/llvm-project/pull/129286.diff 1 Files Affected: - (modified) clang/lib/Headers/vecintrin.h (+

[llvm-branch-commits] [llvm] unittests: Use EXPECT_ instead of ASSERT_ in a few tests (PR #129251)

2025-02-28 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-support Author: Matt Arsenault (arsenm) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/129251.diff 1 Files Affected: - (modified) llvm/unittests/Support/ProgramTest.cpp (+6-6) ``diff diff --git a/llvm/unittests/Supp

[llvm-branch-commits] [clang] release/20.x: [SystemZ] Add header guard macros to vecintrin.h (#129170) (PR #129286)

2025-02-28 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/129286 ___ 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: [SystemZ] Add header guard macros to vecintrin.h (#129170) (PR #129286)

2025-02-28 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/129286 Backport ddaa5b3bfb2980f79c6f277608ad33a6efe8d554 Requested by: @uweigand >From 290d4aef3ac84d0bd60243a850fc87553c714835 Mon Sep 17 00:00:00 2001 From: Jonathan Albrecht Date: Fri, 28 Feb 2025 04:16:19 -0500 S

[llvm-branch-commits] [llvm] Add initial support for SPE brstack format (PR #129231)

2025-02-28 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-bolt Author: Ádám Kallai (kaadam) Changes Perf will be able to report SPE branch events as similar as it does with LBR brstack. Therefore we can utilize the existing LBR parsing process for SPE as well. Example of the SPE brstack input format: ```bash

[llvm-branch-commits] [llvm] Support: Fix program error test failures when using fork (PR #129252)

2025-02-28 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-support Author: Matt Arsenault (arsenm) Changes The actual exec error will not be immediate in the parent when using the fork path. The error will manifest on the wait. The ExecuteNoWait test was also expecting the immediate wait. I hacked up the e

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Support -regalloc-npm options (PR #129035)

2025-03-01 Thread via llvm-branch-commits
paperchalice wrote: I would prefer generic regalloc pipeline tunning options, X86 backend also has the same feature request, but it is related to generic builder design. I'm fine with this change if AMDGPU maintainers approve it. https://github.com/llvm/llvm-project/pull/129035 ___

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Support -regalloc-npm options (PR #129035)

2025-03-01 Thread via llvm-branch-commits
1207Montes wrote: {shutdown}*⬇️ {Block} *{Accidentally only*} https://github.com/llvm/llvm-project/pull/129035 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU][NPM] Support -regalloc-npm options (PR #129035)

2025-03-01 Thread via llvm-branch-commits
https://github.com/1207Montes requested changes to this pull request. {shutdown}⬇️ https://github.com/llvm/llvm-project/pull/129035 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/

[llvm-branch-commits] [flang] 08e60fa - Revert "[flang][cuda] Handle floats in atomiccas (#128970)"

2025-02-26 Thread via llvm-branch-commits
Author: Valentin Clement (バレンタイン クレメン) Date: 2025-02-26T20:13:14-08:00 New Revision: 08e60faf08e0121861a30302088cfe095bc144b7 URL: https://github.com/llvm/llvm-project/commit/08e60faf08e0121861a30302088cfe095bc144b7 DIFF: https://github.com/llvm/llvm-project/commit/08e60faf08e0121861a30302088cf

[llvm-branch-commits] [clang] [clang-format] Fix a bug that changes keyword `or` to an identifier (PR #128996)

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes Backports ffc61dc393e4 0968df9c3a55 2d585ccecc45 Fixes #105482 --- Full diff: https://github.com/llvm/llvm-project/pull/128996.diff 11 Files Affected: - (modified) clang/docs/

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

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Helena Kotas (hekota) Changes Fixes #126791 --- Full diff: https://github.com/llvm/llvm-project/pull/128991.diff 10 Files Affected: - (modified) clang/lib/CodeGen/CGHLSLRuntime.cpp (+31-7) - (modified) clang/lib/CodeGen/CGHLSLRuntime.h

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

2025-02-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-directx Author: Helena Kotas (hekota) Changes Fixes #126791 --- Full diff: https://github.com/llvm/llvm-project/pull/128991.diff 10 Files Affected: - (modified) clang/lib/CodeGen/CGHLSLRuntime.cpp (+31-7) - (modified) clang/lib/CodeGen/CGHLS

[llvm-branch-commits] [llvm] release/20.x: [DAGCombiner] Don't ignore N2's undef elements in `foldVSelectOfConstants` (#129272) (PR #129383)

2025-03-01 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/129383 Backport 2709366f75b054e2cba4f61310de5a9605f4aa24 Requested by: @dtcxzyw >From e7b661513407984df3e2e8e149ddfe13bc11d063 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sat, 1 Mar 2025 20:21:28 +0800 Subject

[llvm-branch-commits] [llvm] release/20.x: [DAGCombiner] Don't ignore N2's undef elements in `foldVSelectOfConstants` (#129272) (PR #129383)

2025-03-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport 2709366f75b054e2cba4f61310de5a9605f4aa24 Requested by: @dtcxzyw --- Full diff: https://github.com/llvm/llvm-project/pull/129383.diff 2 Files Affected: - (modified) llvm/lib/CodeGen/SelectionDAG/DAG

[llvm-branch-commits] [llvm] release/20.x: [DAGCombiner] Don't ignore N2's undef elements in `foldVSelectOfConstants` (#129272) (PR #129383)

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

[llvm-branch-commits] [llvm] release/20.x: [DAGCombiner] Don't ignore N2's undef elements in `foldVSelectOfConstants` (#129272) (PR #129383)

2025-03-01 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/129383 ___ 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: [libc++][ci] Update the Windows toolchains to Clang 19 (#129232) (PR #129303)

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

[llvm-branch-commits] [llvm] Bump version to 20.1.1 (PR #130806)

2025-03-11 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-format] Don't remove parentheses separated from ellipsis by comma (#130471) (PR #130702)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/130702 >From f7a4e3a4d45dfd53755258cf1bb530c0567eb8ad Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Mon, 10 Mar 2025 19:42:54 -0700 Subject: [PATCH] [clang-format] Don't remove parentheses separated from ellipsis by c

[llvm-branch-commits] [llvm] release/20.x: [X86][AVX10.2] Fix unexpected larger scope (#130767) (PR #130774)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/130774 >From 0fda7e6332554b7a9d3437b6bff6c6d0c30cb760 Mon Sep 17 00:00:00 2001 From: Phoebe Wang Date: Tue, 11 Mar 2025 21:20:27 +0800 Subject: [PATCH] [X86][AVX10.2] Fix unexpected larger scope (#130767) https://godb

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix BE popcount casts. (#129879) (PR #129996)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/129996 >From 05be3ca72e392ba5055d2c3e617adaeab89e258b Mon Sep 17 00:00:00 2001 From: David Green Date: Wed, 5 Mar 2025 11:23:33 + Subject: [PATCH 1/2] [AArch64] Add BE test coverage for popcount. NFC For #129843

[llvm-branch-commits] [llvm] release/20.x: [X86][AVX10.2] Fix unexpected larger scope (#130767) (PR #130774)

2025-03-11 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: [ValueTracking] Bail out on x86_fp80 when computing fpclass with knownbits (#130477) (PR #130489)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/130489 >From 0e96713a3b293267014b665ec76589c9668c8a9f Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sun, 9 Mar 2025 21:10:35 +0800 Subject: [PATCH] [ValueTracking] Bail out on x86_fp80 when computing fpclass with

[llvm-branch-commits] [llvm] release/20.x: [ValueTracking] Bail out on x86_fp80 when computing fpclass with knownbits (#130477) (PR #130489)

2025-03-11 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] release/20.x: [AArch64] Fix BE popcount casts. (#129879) (PR #129996)

2025-03-11 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: [HEXAGON] Fix hvx-isel for extract_subvector op (#129672) (PR #130215)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/130215 >From 50343e517992970f62726d601e53054e588df437 Mon Sep 17 00:00:00 2001 From: aankit-ca Date: Thu, 6 Mar 2025 15:02:10 -0800 Subject: [PATCH] [HEXAGON] Fix hvx-isel for extract_subvector op (#129672) Fixes a cr

[llvm-branch-commits] [llvm] release/20.x: [HEXAGON] Fix hvx-isel for extract_subvector op (#129672) (PR #130215)

2025-03-11 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: [LoongArch] Relax the restrictions of inlineasm operand modifier 'u' and 'w' (#129864) (PR #130009)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/130009 >From f09bcfbdc90b300b77cb1ddb6f0cffe386388897 Mon Sep 17 00:00:00 2001 From: Lu Weining Date: Thu, 6 Mar 2025 16:17:12 +0800 Subject: [PATCH] [LoongArch] Relax the restrictions of inlineasm operand modifier 'u

[llvm-branch-commits] [llvm] release/20.x: [ValueTracking] Skip incoming values that are the same as the phi in `isGuaranteedNotToBeUndefOrPoison` (#130111) (PR #130474)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/130474 >From f62b50e0e8f170412c95d7c1263c46a400bbeba8 Mon Sep 17 00:00:00 2001 From: DianQK Date: Fri, 7 Mar 2025 05:46:32 +0800 Subject: [PATCH] [ValueTracking] Skip incoming values that are the same as the phi in `i

[llvm-branch-commits] [llvm] release/20.x: [ValueTracking] Skip incoming values that are the same as the phi in `isGuaranteedNotToBeUndefOrPoison` (#130111) (PR #130474)

2025-03-11 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: [LoongArch] Relax the restrictions of inlineasm operand modifier 'u' and 'w' (#129864) (PR #130009)

2025-03-11 Thread via llvm-branch-commits
github-actions[bot] wrote: @SixWeining (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: [libc++][ci] Update the Windows toolchains to Clang 19 (#129232) (PR #129303)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/129303 >From 20adce87104c242ce92ef173849b1d7d5305e8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 28 Feb 2025 13:56:16 -0100 Subject: [PATCH] [libc++][ci] Update the Windows toolchains t

[llvm-branch-commits] [llvm] release/20.x: [TailDuplicator] Do not restrict the computed gotos (#114990) (PR #130585)

2025-03-11 Thread via llvm-branch-commits
DianQK wrote: > @DianQK (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. Fix a per

[llvm-branch-commits] [llvm] release/20.x: [libc++][ci] Update the Windows toolchains to Clang 19 (#129232) (PR #129303)

2025-03-11 Thread via llvm-branch-commits
github-actions[bot] wrote: @mstorsjo (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: [SystemZ] Add header guard macros to vecintrin.h (#129170) (PR #129286)

2025-03-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/129286 >From 0f5e7e86e38e6ba249af45f18f3610acef1a9274 Mon Sep 17 00:00:00 2001 From: Jonathan Albrecht Date: Fri, 28 Feb 2025 04:16:19 -0500 Subject: [PATCH] [SystemZ] Add header guard macros to vecintrin.h (#129170)

[llvm-branch-commits] [clang] release/20.x: [SystemZ] Add header guard macros to vecintrin.h (#129170) (PR #129286)

2025-03-11 Thread via llvm-branch-commits
github-actions[bot] wrote: @uweigand (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.

<    90   91   92   93   94   95   96   97   98   99   >