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

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport 3ec6a6b85aed838b7d56bd6843cad52e822b9111 Requested by: @dtcxzyw --- Full diff: https://github.com/llvm/llvm-project/pull/125338.diff 3 Files Affected: - (modified) llvm/lib/Transforms/InstCombi

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

2025-01-31 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/125338 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listin

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

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125338 Backport 3ec6a6b85aed838b7d56bd6843cad52e822b9111 Requested by: @dtcxzyw >From be5e712bcc849c9284ad813afa0d287f47b89ad5 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sat, 1 Feb 2025 15:14:17 +0800 Subject

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

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/125338 ___ 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] release/20.x: [ELF] Refine isExported/isPreemptible condition (PR #125334)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125334 >From 2de627ce3e2c88979294ba3d29fe610df5f15526 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 30 Jan 2025 19:03:38 -0800 Subject: [PATCH 1/3] [ELF] ICF: replace includeInDynsym with isExported Similar t

[llvm-branch-commits] [lld] release/20.x: [ELF] Refine isExported/isPreemptible condition (PR #125334)

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld Author: None (llvmbot) Changes Backport 45f538ecba1a51768002a5bc0c194b5af4cd9c27 d6fa74ab3d4cc77005836e72a2d6fe222bab4c59 994cea3f0a2d0caf4d66321ad5a06ab330144d89 Requested by: @MaskRay --- Patch is 21.64 KiB, truncated to 20.00 KiB below, full

[llvm-branch-commits] [clang] release/20.x: [clang][SME] Account for C++ lambdas in SME builtin diagnostics (#124750) (PR #125049)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @MacDue (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] [clang] release/20.x: [clang][SME] Account for C++ lambdas in SME builtin diagnostics (#124750) (PR #125049)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125049 ___ 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] 2c142b2 - [clang][SME] Account for C++ lambdas in SME builtin diagnostics (#124750)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: Benjamin Maxwell Date: 2025-01-31T20:57:27-08:00 New Revision: 2c142b23aef0beae9697eb1b10e9f6d954223794 URL: https://github.com/llvm/llvm-project/commit/2c142b23aef0beae9697eb1b10e9f6d954223794 DIFF: https://github.com/llvm/llvm-project/commit/2c142b23aef0beae9697eb1b10e9f6d954223794.di

[llvm-branch-commits] [clang] release/20.x: [clang][SME] Account for C++ lambdas in SME builtin diagnostics (#124750) (PR #125049)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125049 >From 2c142b23aef0beae9697eb1b10e9f6d954223794 Mon Sep 17 00:00:00 2001 From: Benjamin Maxwell Date: Thu, 30 Jan 2025 08:55:34 + Subject: [PATCH] [clang][SME] Account for C++ lambdas in SME builtin diagnost

[llvm-branch-commits] [lld] release/20.x: [ELF] Refine isExported/isPreemptible condition (PR #125334)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125334 Backport 45f538ecba1a51768002a5bc0c194b5af4cd9c27 d6fa74ab3d4cc77005836e72a2d6fe222bab4c59 994cea3f0a2d0caf4d66321ad5a06ab330144d89 Requested by: @MaskRay >From c6326a22ed1251a1527f7abc8971683e1d7c078c Mon Se

[llvm-branch-commits] [lld] release/20.x: [ELF] Refine isExported/isPreemptible condition (PR #125334)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/125334 ___ 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] e9ca503 - Revert "[clang][bytecode] Stack-allocate bottom function frame (#125253)"

2025-01-31 Thread via llvm-branch-commits
Author: Jorge Gorbe Moya Date: 2025-01-31T18:07:28-08:00 New Revision: e9ca5033e880f1f6e28692fb86c0b97a1b9713eb URL: https://github.com/llvm/llvm-project/commit/e9ca5033e880f1f6e28692fb86c0b97a1b9713eb DIFF: https://github.com/llvm/llvm-project/commit/e9ca5033e880f1f6e28692fb86c0b97a1b9713eb.di

[llvm-branch-commits] [llvm] release/20.x: [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuthLR (#124775) (PR #125230)

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

[llvm-branch-commits] [lldb] release/20.x: [lldb] Remove PATH workaround for Android (#124682) (PR #124898)

2025-01-31 Thread Brad Smith via llvm-branch-commits
brad0 wrote: > What's the motivation? It's very early in the release cycle, so I guess it'd > be fine, but it might also be fine to let this bake in trunk, just in case it > does turn out breaking something... Just because it was early in the cycle, but you have a point. I'll leave it for now

[llvm-branch-commits] [clang] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @AaronBallman (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] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125275 ___ 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] fe005eb - Allow 'inline' on some declarations in MS compatibility mode (#125250) (#125275)

2025-01-31 Thread via llvm-branch-commits
Author: Aaron Ballman Date: 2025-01-31T18:00:52-08:00 New Revision: fe005eb0696f5255912a6fbe0e6bbd8c168340f7 URL: https://github.com/llvm/llvm-project/commit/fe005eb0696f5255912a6fbe0e6bbd8c168340f7 DIFF: https://github.com/llvm/llvm-project/commit/fe005eb0696f5255912a6fbe0e6bbd8c168340f7.diff

[llvm-branch-commits] [clang] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar edited https://github.com/llvm/llvm-project/pull/125275 ___ 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/20.x: [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuthLR (#124775) (PR #125230)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125230 ___ 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] 184d178 - [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuthLR (#124775)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: Oliver Stannard Date: 2025-01-31T17:55:58-08:00 New Revision: 184d1783db8d67c3c2c7983e296151a131c6ba4e URL: https://github.com/llvm/llvm-project/commit/184d1783db8d67c3c2c7983e296151a131c6ba4e DIFF: https://github.com/llvm/llvm-project/commit/184d1783db8d67c3c2c7983e296151a131c6ba4e.dif

[llvm-branch-commits] [llvm] release/20.x: [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuthLR (#124775) (PR #125230)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125230 >From 184d1783db8d67c3c2c7983e296151a131c6ba4e Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Wed, 29 Jan 2025 10:42:47 + Subject: [PATCH] [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuthL

[llvm-branch-commits] [lldb] release/20.x: [lldb] Remove PATH workaround for Android (#124682) (PR #124898)

2025-01-31 Thread Brad Smith via llvm-branch-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/124898 ___ 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/20.x: Fix false negative when value initializing a field annotated with [[clang::require_field_initialization]] (#124329) (PR #125249)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @higher-performance (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 t

[llvm-branch-commits] [clang] a00b0f9 - Fix false negative when value initializing a field annotated with [[clang::require_field_initialization]] (#124329)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: higher-performance Date: 2025-01-31T17:51:10-08:00 New Revision: a00b0f99237987a3e6983ff6b4a3f0e2f560b31a URL: https://github.com/llvm/llvm-project/commit/a00b0f99237987a3e6983ff6b4a3f0e2f560b31a DIFF: https://github.com/llvm/llvm-project/commit/a00b0f99237987a3e6983ff6b4a3f0e2f560b31a.

[llvm-branch-commits] [clang] release/20.x: Fix false negative when value initializing a field annotated with [[clang::require_field_initialization]] (#124329) (PR #125249)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125249 ___ 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/20.x: Fix false negative when value initializing a field annotated with [[clang::require_field_initialization]] (#124329) (PR #125249)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125249 >From a00b0f99237987a3e6983ff6b4a3f0e2f560b31a Mon Sep 17 00:00:00 2001 From: higher-performance Date: Thu, 30 Jan 2025 15:34:08 -0500 Subject: [PATCH] Fix false negative when value initializing a field annotate

[llvm-branch-commits] [llvm] release/20.x: [CodeGenPrepare] Replace deleted ext instr with the promoted value. (#71058) (PR #125040)

2025-01-31 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: [CodeGenPrepare] Replace deleted ext instr with the promoted value. (#71058) (PR #125040)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125040 ___ 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] 40ca089 - [CodeGenPrepare] Replace deleted ext instr with the promoted value. (#71058)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: Yingwei Zheng Date: 2025-01-31T17:49:18-08:00 New Revision: 40ca089d9930a2647b8942924f9346358339411a URL: https://github.com/llvm/llvm-project/commit/40ca089d9930a2647b8942924f9346358339411a DIFF: https://github.com/llvm/llvm-project/commit/40ca089d9930a2647b8942924f9346358339411a.diff

[llvm-branch-commits] [llvm] release/20.x: [CodeGenPrepare] Replace deleted ext instr with the promoted value. (#71058) (PR #125040)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125040 >From 40ca089d9930a2647b8942924f9346358339411a Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Thu, 30 Jan 2025 08:58:23 +0800 Subject: [PATCH] [CodeGenPrepare] Replace deleted ext instr with the promoted va

[llvm-branch-commits] [clang] release/20.x: [AArch64] Add MSVC mangling for the __mfp8 type (#124968) (PR #125066)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @MacDue (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] [clang] 97becb3 - [AArch64] Add MSVC mangling for the __mfp8 type (#124968)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: Momchil Velikov Date: 2025-01-31T17:43:51-08:00 New Revision: 97becb32056ac77a2981b3024eb06fb57f7708e3 URL: https://github.com/llvm/llvm-project/commit/97becb32056ac77a2981b3024eb06fb57f7708e3 DIFF: https://github.com/llvm/llvm-project/commit/97becb32056ac77a2981b3024eb06fb57f7708e3.dif

[llvm-branch-commits] [clang] release/20.x: [AArch64] Add MSVC mangling for the __mfp8 type (#124968) (PR #125066)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125066 ___ 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/20.x: [AArch64] Add MSVC mangling for the __mfp8 type (#124968) (PR #125066)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125066 >From 97becb32056ac77a2981b3024eb06fb57f7708e3 Mon Sep 17 00:00:00 2001 From: Momchil Velikov Date: Thu, 30 Jan 2025 10:42:12 + Subject: [PATCH] [AArch64] Add MSVC mangling for the __mfp8 type (#124968) Fix

[llvm-branch-commits] [clang] release/20.x: [AArch64] Add MSVC mangling for the __mfp8 type (#124968) (PR #125066)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125066 >From dc664f2349c84ae16f60ea3dfd45025e3159ebc1 Mon Sep 17 00:00:00 2001 From: Momchil Velikov Date: Thu, 30 Jan 2025 10:42:12 + Subject: [PATCH] [AArch64] Add MSVC mangling for the __mfp8 type (#124968) Fix

[llvm-branch-commits] [flang] release/20.x: [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183) (PR #125254)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125254 ___ 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/20.x: [clang][SME] Account for C++ lambdas in SME builtin diagnostics (#124750) (PR #125049)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125049 >From 1d604ee54db0938ba6a1434012bd708cd3bded57 Mon Sep 17 00:00:00 2001 From: Benjamin Maxwell Date: Thu, 30 Jan 2025 08:55:34 + Subject: [PATCH] [clang][SME] Account for C++ lambdas in SME builtin diagnost

[llvm-branch-commits] [clang] [analyzer][docs] CSA release notes for clang-20 (PR #124798)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @steakhal (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] [analyzer][docs] CSA release notes for clang-20 (PR #124798)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/124798 ___ 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] 1c660ca - [analyzer][docs] CSA release notes for clang-20 (#124798)

2025-01-31 Thread via llvm-branch-commits
Author: Balazs Benics Date: 2025-01-31T17:35:07-08:00 New Revision: 1c660caad162ec9355781101b1f37e8fbd270ac4 URL: https://github.com/llvm/llvm-project/commit/1c660caad162ec9355781101b1f37e8fbd270ac4 DIFF: https://github.com/llvm/llvm-project/commit/1c660caad162ec9355781101b1f37e8fbd270ac4.diff

[llvm-branch-commits] [flang] release/20.x: [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183) (PR #125254)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @brad0 (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] [flang] c560d6f - [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: Brad Smith Date: 2025-01-31T17:30:29-08:00 New Revision: c560d6f2c7cbc2d3656cdff22366e20f532a2d4d URL: https://github.com/llvm/llvm-project/commit/c560d6f2c7cbc2d3656cdff22366e20f532a2d4d DIFF: https://github.com/llvm/llvm-project/commit/c560d6f2c7cbc2d3656cdff22366e20f532a2d4d.diff LO

[llvm-branch-commits] [flang] release/20.x: [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183) (PR #125254)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125254 >From c560d6f2c7cbc2d3656cdff22366e20f532a2d4d Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 31 Jan 2025 11:49:28 -0500 Subject: [PATCH] [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d1

[llvm-branch-commits] [flang] release/20.x: [flang] Build fix (#125087) (PR #125213)

2025-01-31 Thread via llvm-branch-commits
github-actions[bot] wrote: @brad0 (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] [flang] d5333f2 - [flang] Build fix (#125087)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: vdonaldson Date: 2025-01-31T17:17:12-08:00 New Revision: d5333f265bb7d8a9ba3c51cb7266385827ba7c69 URL: https://github.com/llvm/llvm-project/commit/d5333f265bb7d8a9ba3c51cb7266385827ba7c69 DIFF: https://github.com/llvm/llvm-project/commit/d5333f265bb7d8a9ba3c51cb7266385827ba7c69.diff LO

[llvm-branch-commits] [flang] release/20.x: [flang] Build fix (#125087) (PR #125213)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125213 ___ 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] [flang] release/20.x: [flang] Build fix (#125087) (PR #125213)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125213 >From d5333f265bb7d8a9ba3c51cb7266385827ba7c69 Mon Sep 17 00:00:00 2001 From: vdonaldson <37090318+vdonald...@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:15:52 -0500 Subject: [PATCH] [flang] Build fix (#1

[llvm-branch-commits] [libcxx] release/20.x: [libcxx] Use _ftelli64/_fseeki64 on Windows (#123128) (PR #124922)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/124922 >From d75efa99ec895a2fb37d481301836cda5408a530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 29 Jan 2025 15:25:43 +0200 Subject: [PATCH] [libcxx] Use _ftelli64/_fseeki64 on Windows

[llvm-branch-commits] [llvm] release/20.x: [GlobalISel] Do not run verifier after ResetMachineFunctionPass (#124799) (PR #124917)

2025-01-31 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: [GlobalISel] Do not run verifier after ResetMachineFunctionPass (#124799) (PR #124917)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/124917 ___ 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] b23297a - [GlobalISel] Do not run verifier after ResetMachineFunctionPass (#124799)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
Author: David Green Date: 2025-01-31T16:38:42-08:00 New Revision: b23297a7f160ca37102799d1d1b1deb8114f01a4 URL: https://github.com/llvm/llvm-project/commit/b23297a7f160ca37102799d1d1b1deb8114f01a4 DIFF: https://github.com/llvm/llvm-project/commit/b23297a7f160ca37102799d1d1b1deb8114f01a4.diff L

[llvm-branch-commits] [llvm] release/20.x: [GlobalISel] Do not run verifier after ResetMachineFunctionPass (#124799) (PR #124917)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/124917 >From b23297a7f160ca37102799d1d1b1deb8114f01a4 Mon Sep 17 00:00:00 2001 From: David Green Date: Wed, 29 Jan 2025 12:48:11 + Subject: [PATCH] [GlobalISel] Do not run verifier after ResetMachineFunctionPass (

[llvm-branch-commits] [flang] release/20.x: [flang] Build fix (#125087) (PR #125213)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125213 >From 9a34331aecfa5af315d39cf843f1947c04b87629 Mon Sep 17 00:00:00 2001 From: vdonaldson <37090318+vdonald...@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:15:52 -0500 Subject: [PATCH] [flang] Build fix (#

[llvm-branch-commits] [flang] release/20.x: [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183) (PR #125254)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125254 >From 58627ce1144c510aeb98c2bcaa56dff0a70b4fdf Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 31 Jan 2025 11:49:28 -0500 Subject: [PATCH] [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d1

[llvm-branch-commits] [llvm] release/20.x: [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuthLR (#124775) (PR #125230)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125230 >From 27f57290a8ba9323c8bda95a844880d7b9c450a9 Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Wed, 29 Jan 2025 10:42:47 + Subject: [PATCH] [AArch64] PAUTH_PROLOGUE should not be duplicated with PAuth

[llvm-branch-commits] [llvm] release/20.x: [CodeGenPrepare] Replace deleted ext instr with the promoted value. (#71058) (PR #125040)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125040 >From ca5cf01f4cd726d5e6fb0d726c619b6192155cc5 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Thu, 30 Jan 2025 08:58:23 +0800 Subject: [PATCH] [CodeGenPrepare] Replace deleted ext instr with the promoted v

[llvm-branch-commits] [llvm] workflows/premerge: Enable macos builds (PR #125176)

2025-01-31 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] workflows/premerge: Enable macos builds (PR #125176)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125176 ___ 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] [HLSL] Constant buffers codegen (PR #124886)

2025-01-31 Thread Helena Kotas via llvm-branch-commits
https://github.com/hekota edited https://github.com/llvm/llvm-project/pull/124886 ___ 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/20.x: [GlobalISel] Do not run verifier after ResetMachineFunctionPass (#124799) (PR #124917)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/124917 >From 60c5cbafcd2c07d5cf0fc40954735bf903d04447 Mon Sep 17 00:00:00 2001 From: David Green Date: Wed, 29 Jan 2025 12:48:11 + Subject: [PATCH] [GlobalISel] Do not run verifier after ResetMachineFunctionPass (

[llvm-branch-commits] [flang] release/20.x: [flang] Build fix (#125087) (PR #125213)

2025-01-31 Thread via llvm-branch-commits
h-vetinari wrote: This will fix https://github.com/llvm/llvm-project/issues/125152 https://github.com/llvm/llvm-project/pull/125213 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
https://github.com/inbelic deleted https://github.com/llvm/llvm-project/pull/123147 ___ 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] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)

2025-01-31 Thread Finn Plummer via llvm-branch-commits
inbelic wrote: Are you able to merge all these testcases into one file? You should be able to define multiple root signatures on different entry functions right? https://github.com/llvm/llvm-project/pull/123147 ___ l

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
inbelic wrote: I guess we can't merge all these error tests because we error out on the first one? We should have at least one test that iterates on multiple root signatures though. https://github.com/llvm/llvm-project/pull/123147

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
@@ -0,0 +1,157 @@ +//===- DXILRootSignature.cpp - DXIL Root Signature helper objects ===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
inbelic wrote: If you think it makes more sense to have the separate, then I think we should have at least 1 test-case that demonstrates multiple root-signatures https://github.com/llvm/llvm-project/pull/123147 ___ l

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
@@ -0,0 +1,158 @@ +//===- DXILRootSignature.cpp - DXIL Root Signature helper objects ===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
@@ -0,0 +1,157 @@ +//===- DXILRootSignature.cpp - DXIL Root Signature helper objects ===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
@@ -10,13 +10,13 @@ Header: PartOffsets: [ 60 ] Parts: - Name:RTS0 -Size:8 +Size:4 inbelic wrote: Why should this change? https://github.com/llvm/llvm-project/pull/123147

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

2025-01-31 Thread Finn Plummer via llvm-branch-commits
@@ -0,0 +1,74 @@ +//===- DXILRootSignature.h - DXIL Root Signature helper objects +//---===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifie

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

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

[llvm-branch-commits] [llvm] workflows/premerge: Enable macos builds (PR #125176)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125176 >From 713b5e7ea877db545526f88c0513c5f462dba62d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 30 Jan 2025 22:31:24 -0800 Subject: [PATCH 1/3] workflows/premerge: Enable macos builds We still have build

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 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] workflows/premerge: Enable macos builds (PR #125176)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125176 >From 713b5e7ea877db545526f88c0513c5f462dba62d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 30 Jan 2025 22:31:24 -0800 Subject: [PATCH 1/4] workflows/premerge: Enable macos builds We still have build

[llvm-branch-commits] [mlir] WIP: [mlir][OpenMP] Pack task private variables into a heap-allocated context struct (PR #125307)

2025-01-31 Thread Tom Eccles via llvm-branch-commits
tblah wrote: Pull requests in this stack: 1. https://github.com/llvm/llvm-project/pull/125303 2. https://github.com/llvm/llvm-project/pull/125304 3. https://github.com/llvm/llvm-project/pull/125307 https://github.com/llvm/llvm-project/pull/125307 ___

[llvm-branch-commits] [mlir] [mlir][OpenMP] initialize (first)private variables before task exec (PR #125304)

2025-01-31 Thread Tom Eccles via llvm-branch-commits
tblah wrote: Pull requests in this stack: 1. https://github.com/llvm/llvm-project/pull/125303 2. https://github.com/llvm/llvm-project/pull/125304 3. https://github.com/llvm/llvm-project/pull/125307 https://github.com/llvm/llvm-project/pull/125304 ___

[llvm-branch-commits] [mlir] WIP: [mlir][OpenMP] Pack task private variables into a heap-allocated context struct (PR #125307)

2025-01-31 Thread Tom Eccles via llvm-branch-commits
https://github.com/tblah created https://github.com/llvm/llvm-project/pull/125307 See RFC: https://discourse.llvm.org/t/rfc-openmp-supporting-delayed-task-execution-with-firstprivate-variables/83084 The aim here is to ensure that tasks which are not executed for a while after they are created

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125305 ___ 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/20.x: [TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231) (PR #125287)

2025-01-31 Thread Rahul Joshi via llvm-branch-commits
https://github.com/jurahul approved this pull request. LGTM but also let @arsenm take a look for the GISel match tables changes (I did not review that PR). https://github.com/llvm/llvm-project/pull/125287 ___ llvm-branch-commits mailing list llvm-bran

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 approved this pull request. https://github.com/llvm/llvm-project/pull/125305 ___ 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/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes Backport 95c0c784ac9a91a8e12331ad9574ac6ad75318b1 Requested by: @tstellar --- Full diff: https://github.com/llvm/llvm-project/pull/125305.diff 1 Files Affected: - (modified) .github/workflows/premerge.y

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 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/125305 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailma

[llvm-branch-commits] [llvm] release/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/125305 ___ 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/20.x: workflows/premerge: Fix condition for macos job (#125237) (PR #125305)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125305 Backport 95c0c784ac9a91a8e12331ad9574ac6ad75318b1 Requested by: @tstellar >From f2e1acdcdafdf3e4eec8406f5ceeda883485917f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 31 Jan 2025 13:45:08 -0800 Subjec

[llvm-branch-commits] [mlir] [mlir][OpenMP] initialize (first)private variables before task exec (PR #125304)

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-llvm @llvm/pr-subscribers-mlir-openmp Author: Tom Eccles (tblah) Changes This still doesn't fix the memory safety issues because the stack allocations created here for the private variables might go out of scope. I will add a more complete lit tes

[llvm-branch-commits] [mlir] [mlir][OpenMP] initialize (first)private variables before task exec (PR #125304)

2025-01-31 Thread Tom Eccles via llvm-branch-commits
https://github.com/tblah created https://github.com/llvm/llvm-project/pull/125304 This still doesn't fix the memory safety issues because the stack allocations created here for the private variables might go out of scope. I will add a more complete lit test later in this patch series. >From c

[llvm-branch-commits] [llvm] release/20.x: [TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231) (PR #125287)

2025-01-31 Thread Nikita Popov via llvm-branch-commits
nikic wrote: This backport is to fix TableGen OOM seen on i686-mingw. https://github.com/llvm/llvm-project/pull/125287 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c

[llvm-branch-commits] [llvm] release/20.x: [TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231) (PR #125287)

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-globalisel Author: None (llvmbot) Changes Backport e2301d674976b84ba505065a9702f3376e05bc43 c640f97ccf723e64ff24af225cb995c905538406 Requested by: @nikic --- Full diff: https://github.com/llvm/llvm-project/pull/125287.diff 3 Files Affected: -

[llvm-branch-commits] [llvm] release/20.x: [TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231) (PR #125287)

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @arsenm @jurahul What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/125287 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailm

[llvm-branch-commits] [llvm] release/20.x: [TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231) (PR #125287)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/125287 ___ 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/20.x: [TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231) (PR #125287)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125287 Backport e2301d674976b84ba505065a9702f3376e05bc43 c640f97ccf723e64ff24af225cb995c905538406 Requested by: @nikic >From 2caed9d9d68ff09c31db5e1dccf5e86c4578bf5e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date:

[llvm-branch-commits] [clang] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread Erich Keane via llvm-branch-commits
https://github.com/erichkeane approved this pull request. https://github.com/llvm/llvm-project/pull/125275 ___ 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] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman edited https://github.com/llvm/llvm-project/pull/125275 ___ 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] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) Changes Microsoft allows the 'inline' specifier on a typedef of a function type in C modes. This is used by a system header (ufxclient.h), so instead of giving a hard error, we diagnose with a warning. C++ mod

[llvm-branch-commits] [clang] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman milestoned https://github.com/llvm/llvm-project/pull/125275 ___ 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] Allow 'inline' on some declarations in MS compatibility mode (#125250) (PR #125275)

2025-01-31 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/125275 Microsoft allows the 'inline' specifier on a typedef of a function type in C modes. This is used by a system header (ufxclient.h), so instead of giving a hard error, we diagnose with a warning. C++ mode an

[llvm-branch-commits] [flang] release/20.x: [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183) (PR #125254)

2025-01-31 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125254 >From 41692de9c90b5a95b5b991be54eb01b8783fb31e Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 31 Jan 2025 11:49:28 -0500 Subject: [PATCH] [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d1

[llvm-branch-commits] [clang] release/20.x: Fix false negative when value initializing a field annotated with [[clang::require_field_initialization]] (#124329) (PR #125249)

2025-01-31 Thread Aaron Ballman via llvm-branch-commits
https://github.com/AaronBallman approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/125249 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit

[llvm-branch-commits] [flang] release/20.x: [flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183) (PR #125254)

2025-01-31 Thread via llvm-branch-commits
https://github.com/vdonaldson approved this pull request. Fine by me https://github.com/llvm/llvm-project/pull/125254 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co

  1   2   >