[llvm-branch-commits] [llvm] [AMDGPU] efficiently wait for direct loads to LDS at all scopes (PR #147258)

2025-07-29 Thread Sameer Sahasrabuddhe via llvm-branch-commits
https://github.com/ssahasra closed https://github.com/llvm/llvm-project/pull/147258 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU] wip: MIR pretty printing for S_WAITCNT_FENCE_soft (PR #150391)

2025-07-29 Thread Sameer Sahasrabuddhe via llvm-branch-commits
https://github.com/ssahasra closed https://github.com/llvm/llvm-project/pull/150391 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
@@ -1524,6 +1524,8 @@ enum NodeType { // Outputs: Output Chain CLEAR_CACHE, + DEACTIVATION_SYMBOL, pcc wrote: Done https://github.com/llvm/llvm-project/pull/133536 ___ llvm-branch-commits mailing list llvm-bra

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
@@ -1524,6 +1524,8 @@ enum NodeType { // Outputs: Output Chain CLEAR_CACHE, + DEACTIVATION_SYMBOL, pcc wrote: Done https://github.com/llvm/llvm-project/pull/133536 ___ llvm-branch-commits mailing list llvm-bra

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
@@ -2075,11 +2080,30 @@ void AArch64AsmPrinter::emitPtrauthTailCallHardening(const MachineInstr *TC) { /*ShouldTrap=*/true, /*OnFailure=*/nullptr); } +bool AArch64AsmPrinter::emitDeactivationSymbolRelocation(Value *DS) { + if (DS) { pcc wrote: Done h

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
@@ -878,6 +878,15 @@ class MachineInstr return nullptr; } + // FIXME: Move to Info. pcc wrote: Done https://github.com/llvm/llvm-project/pull/133536 ___ llvm-branch-commits mailing list llvm-branch-commits@l

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc edited https://github.com/llvm/llvm-project/pull/133536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133536 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] MachineInstrBuilder: Introduce copyMIMetadata() function. (PR #133535)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133535 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] MachineInstrBuilder: Introduce copyMIMetadata() function. (PR #133535)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133535 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] CodeGen: Optionally emit PAuth relocations as IRELATIVE relocations. (PR #133533)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133533 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] CodeGen: Optionally emit PAuth relocations as IRELATIVE relocations. (PR #133533)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133533 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] ELF: Introduce R_AARCH64_FUNCINIT64 relocation type. (PR #133531)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133531 >From 96e7da9a083888683c2ba00d97f886fd748ea10b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 9 Apr 2025 20:30:57 -0700 Subject: [PATCH] Undo unnecessary change Created using spr 1.3.6-beta.1 --- lld

[llvm-branch-commits] [lld] ELF: Introduce R_AARCH64_FUNCINIT64 relocation type. (PR #133531)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133531 >From 96e7da9a083888683c2ba00d97f886fd748ea10b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 9 Apr 2025 20:30:57 -0700 Subject: [PATCH] Undo unnecessary change Created using spr 1.3.6-beta.1 --- lld

[llvm-branch-commits] ELF: Introduce R_AARCH64_PATCHINST relocation type. (PR #133534)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133534 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] ELF: Introduce R_AARCH64_PATCHINST relocation type. (PR #133534)

2025-07-29 Thread Peter Collingbourne via llvm-branch-commits
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133534 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 09141eb - Revert "[WebAssembly] Add gc target feature to addBleedingEdgeFeatures (#151107)"

2025-07-29 Thread via llvm-branch-commits
Author: ronlieb Date: 2025-07-29T23:04:12-04:00 New Revision: 09141eb903af90e767385ba4d9207a0bac95bce0 URL: https://github.com/llvm/llvm-project/commit/09141eb903af90e767385ba4d9207a0bac95bce0 DIFF: https://github.com/llvm/llvm-project/commit/09141eb903af90e767385ba4d9207a0bac95bce0.diff LOG:

[llvm-branch-commits] [NFCI][ELF] Store DynamicReloc Kind as two bools (PR #150812)

2025-07-29 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/150812 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF] Merge AddendOnly and AddendOnlyWithTargetVA (PR #150797)

2025-07-29 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/150797 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [NFC] test/lit.cfg.py formatting (PR #151218)

2025-07-29 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/151218 >From 0263d916eced0fcb14d306eafd15174f7f1ec308 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 13:01:10 -0700 Subject: [PATCH] [NFC] test/lit.cfg.py formatting --- llvm/test/lit.cfg.py | 11

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/151214 >From 2bb0305b0bc1116eae2b4b8481777e98ffd52709 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 12:55:59 -0700 Subject: [PATCH] fixes --- llvm/test/lit.cfg.py | 14 -- 1 file cha

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: > Not sure I understand, I think you mean "if I disable profcheck but still > "do" this trick, does anything fail". No. That's what I was asking. I figured you had checked, but figured it wouldn't hurt to ask. https://github.com/llvm/llvm-project/pull/151214

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Aiden Grossman via llvm-branch-commits
@@ -17,8 +17,19 @@ # name: The name of this test suite. config.name = "LLVM" +extra_substitutions = extra_substitutions = ( +[ +(r"\| not FileCheck .*", "| tee /dev/null"), boomanaiden154 wrote: `tee` will write to `stdout`/`stderr` on top of writ

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Mircea Trofin via llvm-branch-commits
@@ -17,8 +17,19 @@ # name: The name of this test suite. config.name = "LLVM" +extra_substitutions = extra_substitutions = ( +[ +(r"\| not FileCheck .*", "| tee /dev/null"), mtrofin wrote: I didn't know you can `2>&1` and follow with `>`. Any reas

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Mircea Trofin via llvm-branch-commits
mtrofin wrote: Not sure I understand, I think you mean "if I disable profcheck but still "do" this trick, does anything fail". No. https://github.com/llvm/llvm-project/pull/151214 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Aiden Grossman via llvm-branch-commits
@@ -17,8 +17,19 @@ # name: The name of this test suite. config.name = "LLVM" +extra_substitutions = extra_substitutions = ( +[ +(r"\| not FileCheck .*", "| tee /dev/null"), boomanaiden154 wrote: `echo "test" 2>&1 > /dev/null` still works. I still

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r HEAD~1...HEAD llvm/test/lit.cfg.py `` View the diff from darker here. ``

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Mircea Trofin via llvm-branch-commits
mtrofin wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/151214?utm_source=stack-comment-downstack-mergeability-warning";

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-29 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/151214 None >From 53562e6e670b03a6882bbe7ae8abce19ac44d801 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 09:41:50 -0700 Subject: [PATCH] Ignore FileCheck when profcheck is enabled --- llvm/test

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: None (llvmbot) Changes Backport fcdcc4ea7ac960c79246b3bd428f14ea350e63e2 Requested by: @mgorny --- Full diff: https://github.com/llvm/llvm-project/pull/151201.diff 1 Files Affected: - (modified) compiler-rt/lib/scudo/st

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

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

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151201 Backport fcdcc4ea7ac960c79246b3bd428f14ea350e63e2 Requested by: @mgorny >From 402baf292c61c3a8f2916ac6abc4b3b93597c640 Mon Sep 17 00:00:00 2001 From: Fabio D'Urso Date: Tue, 22 Jul 2025 03:31:35 +0200 Subject:

[llvm-branch-commits] [compiler-rt] release/21.x: [scudo] Make Ptr volatile so that the malloc and free calls are not optimized out (#149944) (PR #151201)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151201 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [C23] More improved type compatibility for enumerations (PR #151199)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) Changes The structural equivalence checker was not paying attention to whether enumerations had compatible fixed underlying types or not. Fixes #150594 --- Full diff: https://github.com/llvm/llvm-project/pull

[llvm-branch-commits] [clang] [C23] More improved type compatibility for enumerations (PR #151199)

2025-07-29 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/151199 The structural equivalence checker was not paying attention to whether enumerations had compatible fixed underlying types or not. Fixes #150594 >From 47f3ab2fc30f8587226e3d89e2646fd4e029cdf6 Mon Sep 17 00

[llvm-branch-commits] [clang] [C23] More improved type compatibility for enumerations (PR #151199)

2025-07-29 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman milestoned https://github.com/llvm/llvm-project/pull/151199 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (PR #150993)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150993 >From a2300a69d17e0299bda72813c95b3eb5c8d7d883 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 19:35:03 +0300 Subject: [PATCH] [libc][math] Refactor atan2f implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf implementation to header-only in src/__support/math folder. (PR #150854)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150854 >From 3930b0f9886d2ec449e6f2126120f5ba3e7e48f7 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 00:37:42 +0300 Subject: [PATCH] [libc][math] Refactor atanf implementation to header-only in sr

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From fa5283fdad6b26748a27ab6aa39b7e6c2a3d179d Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From fa5283fdad6b26748a27ab6aa39b7e6c2a3d179d Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2 implementation to header-only in src/__support/math folder. (PR #150968)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150968 >From d411e7849f1cf9d0b1f31def4bdd2b126363bd6a Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 18:07:19 +0300 Subject: [PATCH] [libc][math] Refactor atan2 implementation to header-only in sr

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf implementation to header-only in src/__support/math folder. (PR #150854)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150854 >From 3930b0f9886d2ec449e6f2126120f5ba3e7e48f7 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 00:37:42 +0300 Subject: [PATCH] [libc][math] Refactor atanf implementation to header-only in sr

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf16 implementation to header-only in src/__support/math folder. (PR #150868)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150868 >From a4910961081ff7a6cc9aa0ea43aca57db23942c3 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 05:26:38 +0300 Subject: [PATCH] [libc][math] Refactor atanf16 implementation to header-only in

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (PR #150993)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150993 >From a2300a69d17e0299bda72813c95b3eb5c8d7d883 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 19:35:03 +0300 Subject: [PATCH] [libc][math] Refactor atan2f implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanf16 implementation to header-only in src/__support/math folder. (PR #150868)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150868 >From a4910961081ff7a6cc9aa0ea43aca57db23942c3 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 05:26:38 +0300 Subject: [PATCH] [libc][math] Refactor atanf16 implementation to header-only in

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2 implementation to header-only in src/__support/math folder. (PR #150968)

2025-07-29 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150968 >From d411e7849f1cf9d0b1f31def4bdd2b126363bd6a Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 18:07:19 +0300 Subject: [PATCH] [libc][math] Refactor atan2 implementation to header-only in sr

[llvm-branch-commits] [llvm] AMDGPU: Figure out required AGPR count for inline asm (PR #150910)

2025-07-29 Thread Matt Arsenault via llvm-branch-commits
@@ -1200,16 +1200,61 @@ AAAMDWavesPerEU &AAAMDWavesPerEU::createForPosition(const IRPosition &IRP, llvm_unreachable("AAAMDWavesPerEU is only valid for function position"); } -static bool inlineAsmUsesAGPRs(const InlineAsm *IA) { - for (const auto &CI : IA->ParseConstraints

[llvm-branch-commits] [llvm] AMDGPU: Figure out required AGPR count for inline asm (PR #150910)

2025-07-29 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/150910 >From 2cef45d9731db40cc9297c5922f2b69c4d09ee62 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 28 Jul 2025 16:11:28 +0900 Subject: [PATCH] AMDGPU: Figure out required AGPR count for inline asm For now j

[llvm-branch-commits] [llvm] AMDGPU: Figure out required AGPR count for inline asm (PR #150910)

2025-07-29 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/150910 >From 2cef45d9731db40cc9297c5922f2b69c4d09ee62 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 28 Jul 2025 16:11:28 +0900 Subject: [PATCH] AMDGPU: Figure out required AGPR count for inline asm For now j

[llvm-branch-commits] [llvm] AMDGPU: Figure out required AGPR count for inline asm (PR #150910)

2025-07-29 Thread Matt Arsenault via llvm-branch-commits
@@ -1200,16 +1200,61 @@ AAAMDWavesPerEU &AAAMDWavesPerEU::createForPosition(const IRPosition &IRP, llvm_unreachable("AAAMDWavesPerEU is only valid for function position"); } -static bool inlineAsmUsesAGPRs(const InlineAsm *IA) { - for (const auto &CI : IA->ParseConstraints

[llvm-branch-commits] [llvm] [OpenMP][OMPIRBuilder] Add device shared memory allocation support (PR #150923)

2025-07-29 Thread Michael Kruse via llvm-branch-commits
https://github.com/Meinersbur approved this pull request. LGTM I would normally ask for unittests, but these seem sufficiently simple/straightforward. https://github.com/llvm/llvm-project/pull/150923 ___ llvm-branch-commits mailing list llvm-branch-c

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
https://github.com/Sirraide approved this pull request. https://github.com/llvm/llvm-project/pull/151137 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/21.x: [PAC][compiler-rt] Fix init/fini array signing schema (#150691) (PR #151096)

2025-07-29 Thread Anatoly Trosinenko via llvm-branch-commits
https://github.com/atrosinenko approved this pull request. https://github.com/llvm/llvm-project/pull/151096 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Tomohiro Kashiwada via llvm-branch-commits
@@ -222,3 +222,8 @@ void foo() { // CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "A", // CHECK-SAME: DIFlagFwdDecl + +// There is a full definition of the type available in the module. +// CHECKCOFF: !DICompositeType(tag: DW_TAG_structure_type, name: "Virt

[llvm-branch-commits] [llvm] [AMDGPU] Improve StructurizeCFG pass performance by using SSAUpdaterBulk. (PR #150937)

2025-07-29 Thread Valery Pykhtin via llvm-branch-commits
vpykhtin wrote: > Can you request an internal psdb full cycle to test this PR? StructurizeCFG > seems very sensitive to changes and has caused a lot of downstream failures. I did that before and it passed, but I'll double check, thanks! https://github.com/llvm/llvm-project/pull/150937

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 315e2e2 Requested by: @AaronBallman --- Full diff: https://github.com/llvm/llvm-project/pull/151137.diff 2 Files Affected: - (modified) clang/lib/AST/ASTStructuralEquivalence.cpp (+23-1) - (modified) cl

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @Sirraide What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151137 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151137 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: [C23] Handle type compatibility for enumerations better (#150282) (PR #151137)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151137 Backport 315e2e2 Requested by: @AaronBallman >From c487f6343852f141e5bf46ea4c7d7a39015dccfc Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 29 Jul 2025 08:20:59 -0400 Subject: [PATCH] [C23] Handle type

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Jeremy Morse via llvm-branch-commits
@@ -222,3 +222,8 @@ void foo() { // CHECK: !DICompositeType(tag: DW_TAG_class_type, name: "A", // CHECK-SAME: DIFlagFwdDecl + +// There is a full definition of the type available in the module. +// CHECKCOFF: !DICompositeType(tag: DW_TAG_structure_type, name: "Virt

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Jeremy Morse via llvm-branch-commits
https://github.com/jmorse approved this pull request. LGTM with a minor test question to confirm my understanding. https://github.com/llvm/llvm-project/pull/150938 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.ll

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Jeremy Morse via llvm-branch-commits
https://github.com/jmorse edited https://github.com/llvm/llvm-project/pull/150938 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport e8b7183d866f9d51511d5570f5f1f632046ef983 Requested by: @DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/151129.diff 2 Files Affected: - (modified) .github/workflows/relea

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 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/151129 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151129 Backport e8b7183d866f9d51511d5570f5f1f632046ef983 Requested by: @DavidSpickett >From 4d490b23f8fe4b20833de479456a1b0032d0b28d Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 29 Jul 2025 12:35:15 +0100

[llvm-branch-commits] [llvm] release/21.x: [llvm][release] Add links to commonly used release packages (#147719) (PR #151129)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151129 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [GISel] Combine compare of bitfield extracts or'd together. (PR #146055)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146055 >From 948e977ec2b95ea9e61dcede3aa327b3abc986f5 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Fri, 27 Jun 2025 12:04:53 +0200 Subject: [PATCH] [GISel] Combine compare of bitfield extracts or'd together. Equiva

[llvm-branch-commits] [llvm] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences (PR #146054)

2025-07-29 Thread Simon Pilgrim via llvm-branch-commits
https://github.com/RKSimon commented: You can probably tidy this up a great deal by using the sd_match matchers https://github.com/llvm/llvm-project/pull/146054 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.

[llvm-branch-commits] [clang] release/21.x: [Clang] Fix a partial ordering bug involving CTAD injected template arguments (#149782) (PR #151075)

2025-07-29 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/21.x: [Clang] Fix a partial ordering bug involving CTAD injected template arguments (#149782) (PR #151075)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/151075 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: [Clang] Fix a partial ordering bug involving CTAD injected template arguments (#149782) (PR #151075)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/151075 >From 2ec38abcba129fbca33ac938730e0bdb348bbf44 Mon Sep 17 00:00:00 2001 From: Younan Zhang Date: Thu, 24 Jul 2025 15:30:51 +0800 Subject: [PATCH] [Clang] Fix a partial ordering bug involving CTAD injected template a

[llvm-branch-commits] [clang] 2ec38ab - [Clang] Fix a partial ordering bug involving CTAD injected template arguments (#149782)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: Younan Zhang Date: 2025-07-29T12:58:25+02:00 New Revision: 2ec38abcba129fbca33ac938730e0bdb348bbf44 URL: https://github.com/llvm/llvm-project/commit/2ec38abcba129fbca33ac938730e0bdb348bbf44 DIFF: https://github.com/llvm/llvm-project/commit/2ec38abcba129fbca33ac938730e0bdb348bbf44.diff

[llvm-branch-commits] [llvm] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences (PR #146054)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
Pierre-vh wrote: ### Merge activity * **Jul 29, 10:57 AM UTC**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/146054). https://github.com/llvm/llvm-project/pull/146054 _

[llvm-branch-commits] [llvm] [AMDGPU] Add tests for workgroup/workitem intrinsic optimizations (PR #146053)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
Pierre-vh wrote: ### Merge activity * **Jul 29, 10:57 AM UTC**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/146053). https://github.com/llvm/llvm-project/pull/146053 _

[llvm-branch-commits] [llvm] release/21.x: Align f128 and i128 to 16 bytes when passing on x86-32 (PR #150746)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @tgross35 (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/21.x: Align f128 and i128 to 16 bytes when passing on x86-32 (PR #150746)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150746 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
tru wrote: @ldionne Are you happy with us merging this? I am guessing yes - but I want to double check :) https://github.com/llvm/llvm-project/pull/151095 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/c

[llvm-branch-commits] [clang] f7ac2b8 - Revert "[mlir][core] Move `InitAll***` implementation into static library. (#…"

2025-07-29 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2025-07-29T12:26:11+02:00 New Revision: f7ac2b89efa61b44c42dad62ae71a43733d895f4 URL: https://github.com/llvm/llvm-project/commit/f7ac2b89efa61b44c42dad62ae71a43733d895f4 DIFF: https://github.com/llvm/llvm-project/commit/f7ac2b89efa61b44c42dad62ae71a43733d895f4.diff L

[llvm-branch-commits] [llvm] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences (PR #146054)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146054 >From 98c238cf5cf5307faf6f9c79d00d422e5f71ff4c Mon Sep 17 00:00:00 2001 From: pvanhout Date: Thu, 26 Jun 2025 13:31:37 +0200 Subject: [PATCH 1/3] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences Fold

[llvm-branch-commits] [llvm] [GISel] Combine compare of bitfield extracts or'd together. (PR #146055)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146055 >From 07869b22ba80f09475faf73b18eb49bdd03bc9b5 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Fri, 27 Jun 2025 12:04:53 +0200 Subject: [PATCH] [GISel] Combine compare of bitfield extracts or'd together. Equiva

[llvm-branch-commits] [llvm] [AMDGPU] Add tests for workgroup/workitem intrinsic optimizations (PR #146053)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146053 >From 00fdb1e2ef357988c76045ac5401ec23752de056 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Thu, 26 Jun 2025 13:08:31 +0200 Subject: [PATCH 1/2] [AMDGPU] Add tests for workgroup/workitem intrinsic optimizati

[llvm-branch-commits] [llvm] [GISel] Combine compare of bitfield extracts or'd together. (PR #146055)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146055 >From 07869b22ba80f09475faf73b18eb49bdd03bc9b5 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Fri, 27 Jun 2025 12:04:53 +0200 Subject: [PATCH] [GISel] Combine compare of bitfield extracts or'd together. Equiva

[llvm-branch-commits] [llvm] [AMDGPU] Add tests for workgroup/workitem intrinsic optimizations (PR #146053)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146053 >From 00fdb1e2ef357988c76045ac5401ec23752de056 Mon Sep 17 00:00:00 2001 From: pvanhout Date: Thu, 26 Jun 2025 13:08:31 +0200 Subject: [PATCH 1/2] [AMDGPU] Add tests for workgroup/workitem intrinsic optimizati

[llvm-branch-commits] [llvm] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences (PR #146054)

2025-07-29 Thread Pierre van Houtryve via llvm-branch-commits
https://github.com/Pierre-vh updated https://github.com/llvm/llvm-project/pull/146054 >From 98c238cf5cf5307faf6f9c79d00d422e5f71ff4c Mon Sep 17 00:00:00 2001 From: pvanhout Date: Thu, 26 Jun 2025 13:31:37 +0200 Subject: [PATCH 1/3] [DAG] Fold (setcc ((x | x >> c0 | ...) & mask)) sequences Fold

[llvm-branch-commits] [llvm] AMDGPU: Figure out required AGPR count for inline asm (PR #150910)

2025-07-29 Thread Fabian Ritter via llvm-branch-commits
@@ -1200,16 +1200,61 @@ AAAMDWavesPerEU &AAAMDWavesPerEU::createForPosition(const IRPosition &IRP, llvm_unreachable("AAAMDWavesPerEU is only valid for function position"); } -static bool inlineAsmUsesAGPRs(const InlineAsm *IA) { - for (const auto &CI : IA->ParseConstraints

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread David Spickett via llvm-branch-commits
DavidSpickett wrote: My pitch for backporting this is that it was intended to make this branch but missed it by a couple of weeks. It displays a new feature bit in a Linux control register, if the hardware has FEAT_MTE_STORE_ONLY. So the impact of a bug here is very low, and only visible on t

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: None (llvmbot) Changes Backport d26ca8b87266024546501051ccaf75cb3756aee3 0209e76fe6440bc45a9ed61b9671d9593db10957 Requested by: @DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/15.diff 13 Files Affected: - (m

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
llvmbot wrote: @omjavaid @omjavaid What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/15 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/m

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/15 Backport d26ca8b87266024546501051ccaf75cb3756aee3 0209e76fe6440bc45a9ed61b9671d9593db10957 Requested by: @DavidSpickett >From ce64aae7a3db7e8cdb1156fc4a6f90a4c1d88699 Mon Sep 17 00:00:00 2001 From: David Spick

[llvm-branch-commits] [lldb] release/21.x: [lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033) (PR #151111)

2025-07-29 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/15 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU][GISel] Use buildObjectPtrOffset instead of buildPtrAdd (PR #150899)

2025-07-29 Thread Fabian Ritter via llvm-branch-commits
ritter-x2a wrote: ### Merge activity * **Jul 29, 9:12 AM UTC**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/150899). https://github.com/llvm/llvm-project/pull/150899 _

[llvm-branch-commits] [clang] release/21.x: [Clang] Fix a partial ordering bug involving CTAD injected template arguments (#149782) (PR #151075)

2025-07-29 Thread Corentin Jabot via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. https://github.com/llvm/llvm-project/pull/151075 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (PR #150938)

2025-07-29 Thread Martin Storsjö via llvm-branch-commits
mstorsjo wrote: This now seems to pass tests just fine, on both linux and mingw targets. Can @jmorse ack the fix (and the test modifications), or is it enough with the comment in https://github.com/llvm/llvm-project/pull/130255#issuecomment-3109481798 saying this is what we should do? https:

[llvm-branch-commits] [mlir] eaec1a1 - Revert "[mlir][llvm] Add intrinsic arg and result attribute support (#150783)"

2025-07-29 Thread via llvm-branch-commits
Author: Tobias Gysi Date: 2025-07-29T10:04:09+02:00 New Revision: eaec1a1216ede2c3c722ad66b09025752a3847b2 URL: https://github.com/llvm/llvm-project/commit/eaec1a1216ede2c3c722ad66b09025752a3847b2 DIFF: https://github.com/llvm/llvm-project/commit/eaec1a1216ede2c3c722ad66b09025752a3847b2.diff L

[llvm-branch-commits] [lldb] [llvm] release/21.x: [LLDB] Switch to using DIL as default implementation for 'frame var' (#149117) (PR #150600)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150600 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lldb] [llvm] release/21.x: [LLDB] Switch to using DIL as default implementation for 'frame var' (#149117) (PR #150600)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
tru wrote: Merged as https://github.com/llvm/llvm-project/commit/317403d705acc9f72a81e853f649087cce3842d1 https://github.com/llvm/llvm-project/pull/150600 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/c

[llvm-branch-commits] [llvm] 317403d - [LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
Author: cmtice Date: 2025-07-29T10:00:12+02:00 New Revision: 317403d705acc9f72a81e853f649087cce3842d1 URL: https://github.com/llvm/llvm-project/commit/317403d705acc9f72a81e853f649087cce3842d1 DIFF: https://github.com/llvm/llvm-project/commit/317403d705acc9f72a81e853f649087cce3842d1.diff LOG: [

[llvm-branch-commits] [lld] release/21.x: [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (#149496) (PR #151027)

2025-07-29 Thread via llvm-branch-commits
github-actions[bot] wrote: @cjacek (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] [lld] release/21.x: [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (#149496) (PR #151027)

2025-07-29 Thread Tobias Hieta via llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/151027 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

  1   2   >