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
[email protected]
https://lists.ll
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/150938
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
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
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/151137
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
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
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/151075
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
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
var-const wrote:
Reason for cherry-picking: this patch is a follow-up to
https://github.com/llvm/llvm-project/pull/150481 and the same rationale
applies: we want to gain real-world experience with this under the experimental
flag to allow us to roll this out in the next release.
https://githu
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/151096
Backport 19ba224fb8a925d095d84836bc9896bf564dfd99
Requested by: @kovdan01
>From c86dd3da51444d4f1b4110c0276c7edbe96b77ad Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Tue, 29 Jul 2025 07:29:04 +0300
Subj
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/151096
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@atrosinenko What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/151096
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/l
https://github.com/var-const approved this pull request.
https://github.com/llvm/llvm-project/pull/151095
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/151095
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@var-const What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/151095
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/151095
Backport 3eee9fc2c4d1973904b1a26fa96a8c7473ef6a5e
Requested by: @var-const
>From 99dcfce5806ed04be8f9e844768ba8727e8044fb Mon Sep 17 00:00:00 2001
From: Konstantin Varlamov
Date: Tue, 29 Jul 2025 00:19:15 -070
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
Changes
Backport 3eee9fc2c4d1973904b1a26fa96a8c7473ef6a5e
Requested by: @var-const
---
Patch is 31.22 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/151095.diff
15 F
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150646
>From 8c7cf7c06d5d3f872664a8a1af7775935e0671a3 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sat, 26 Jul 2025 00:23:56 +0800
Subject: [PATCH] [CodeGenPrepare] Make sure that `AddOffset` is also a loop
invariant
Author: Yingwei Zheng
Date: 2025-07-29T09:37:27+02:00
New Revision: 8c7cf7c06d5d3f872664a8a1af7775935e0671a3
URL:
https://github.com/llvm/llvm-project/commit/8c7cf7c06d5d3f872664a8a1af7775935e0671a3
DIFF:
https://github.com/llvm/llvm-project/commit/8c7cf7c06d5d3f872664a8a1af7775935e0671a3.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150646
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150764
>From 949c6cc95a9b80fbfc6b3918f66b0470b592a5e4 Mon Sep 17 00:00:00 2001
From: David Truby
Date: Sat, 26 Jul 2025 14:42:42 +0100
Subject: [PATCH] [flang-rt] Remove hard-coded dependency on compiler-rt path
on Windows
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150764
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@DavidTruby (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
Author: yingopq
Date: 2025-07-29T09:44:28+02:00
New Revision: bde97f2cefba49a9753c23517918c07e743a9a9b
URL:
https://github.com/llvm/llvm-project/commit/bde97f2cefba49a9753c23517918c07e743a9a9b
DIFF:
https://github.com/llvm/llvm-project/commit/bde97f2cefba49a9753c23517918c07e743a9a9b.diff
LOG:
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150866
>From bde97f2cefba49a9753c23517918c07e743a9a9b Mon Sep 17 00:00:00 2001
From: yingopq <[email protected]>
Date: Mon, 28 Jul 2025 09:07:51 +0800
Subject: [PATCH] [Mips] Fix wrong ELF FP ABI inf
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150866
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
nikic wrote:
Yes, I feel strongly that this should not be backported. This patch is both
unimportant and risky.
https://github.com/llvm/llvm-project/pull/150771
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150895
>From 16d81f85e90dbbbed6a2d024c426f7c16b0c8d48 Mon Sep 17 00:00:00 2001
From: Zhaoxin Yang
Date: Wed, 23 Jul 2025 17:12:13 +0800
Subject: [PATCH] [lld][LoongArch] Support relaxation during TLSDESC GD/LD to
IE/LE con
Author: Zhaoxin Yang
Date: 2025-07-29T09:51:50+02:00
New Revision: 16d81f85e90dbbbed6a2d024c426f7c16b0c8d48
URL:
https://github.com/llvm/llvm-project/commit/16d81f85e90dbbbed6a2d024c426f7c16b0c8d48
DIFF:
https://github.com/llvm/llvm-project/commit/16d81f85e90dbbbed6a2d024c426f7c16b0c8d48.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150895
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
Author: Rainer Orth
Date: 2025-07-29T09:53:42+02:00
New Revision: d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3
URL:
https://github.com/llvm/llvm-project/commit/d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3
DIFF:
https://github.com/llvm/llvm-project/commit/d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150898
>From d4955d9b9512bdd5bc5c37a4ab587ddbdaff0be3 Mon Sep 17 00:00:00 2001
From: Rainer Orth
Date: Wed, 23 Jul 2025 17:03:34 +0200
Subject: [PATCH] [Driver] Default to -mv8plus on 32-bit Solaris/SPARC
(#150176)
While
Author: Nikita Popov
Date: 2025-07-29T09:54:17+02:00
New Revision: c52ff1a82579c0730151aca412449ea75ae12d03
URL:
https://github.com/llvm/llvm-project/commit/c52ff1a82579c0730151aca412449ea75ae12d03
DIFF:
https://github.com/llvm/llvm-project/commit/c52ff1a82579c0730151aca412449ea75ae12d03.diff
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
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150902
>From c52ff1a82579c0730151aca412449ea75ae12d03 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 28 Jul 2025 10:36:40 +0200
Subject: [PATCH] Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings"
(#150773)
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150902
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150898
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150919
>From 67cec1afdbc2fde0765fd27b5d039fa5823e5a69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Mon, 28 Jul 2025 12:10:46 +0200
Subject: [PATCH] [lldb] [Windows] Silence format string warnings (
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150919
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
Author: Martin Storsjö
Date: 2025-07-29T09:54:48+02:00
New Revision: 67cec1afdbc2fde0765fd27b5d039fa5823e5a69
URL:
https://github.com/llvm/llvm-project/commit/67cec1afdbc2fde0765fd27b5d039fa5823e5a69
DIFF:
https://github.com/llvm/llvm-project/commit/67cec1afdbc2fde0765fd27b5d039fa5823e5a69.diff
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.
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150960
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150960
>From 431af6d04c9da4cab060f429bade6ed341d080e5 Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <[email protected]>
Date: Mon, 28 Jul 2025 16:24:54 +0200
Subject: [PATCH] opencl: Ensure printf symb
github-actions[bot] wrote:
@svenvh (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
Author: Felix Weiglhofer
Date: 2025-07-29T09:55:29+02:00
New Revision: 431af6d04c9da4cab060f429bade6ed341d080e5
URL:
https://github.com/llvm/llvm-project/commit/431af6d04c9da4cab060f429bade6ed341d080e5
DIFF:
https://github.com/llvm/llvm-project/commit/431af6d04c9da4cab060f429bade6ed341d080e5.di
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150970
>From 81a3436485f262a2d8ed14b8bbf22dcfb9c6f110 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 28 Jul 2025 09:46:00 +0200
Subject: [PATCH] [CodeGen] More consistently expand float ops by default
(#150597)
Th
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150970
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Nikita Popov
Date: 2025-07-29T09:57:11+02:00
New Revision: 81a3436485f262a2d8ed14b8bbf22dcfb9c6f110
URL:
https://github.com/llvm/llvm-project/commit/81a3436485f262a2d8ed14b8bbf22dcfb9c6f110
DIFF:
https://github.com/llvm/llvm-project/commit/81a3436485f262a2d8ed14b8bbf22dcfb9c6f110.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150969
>From 9c307cd44f2e33631364be8cec29798dfdec96e5 Mon Sep 17 00:00:00 2001
From: Jacek Caban
Date: Mon, 28 Jul 2025 08:01:26 -0700
Subject: [PATCH] [LLD][COFF] Allow symbols with empty chunks to have no
associated outp
Author: Eli Friedman
Date: 2025-07-29T09:57:43+02:00
New Revision: dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a
URL:
https://github.com/llvm/llvm-project/commit/dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a
DIFF:
https://github.com/llvm/llvm-project/commit/dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150981
>From dc90bf0329259c8a34b5c4c6de53c8e2a7ca055a Mon Sep 17 00:00:00 2001
From: Eli Friedman
Date: Thu, 24 Jul 2025 13:36:54 -0700
Subject: [PATCH] [clang] Fix const eval of constexpr-unknown relational
comparisons. (
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
github-actions[bot] wrote:
@efriedma-quic (or anyone else). If you would like to add a note about this fix
in the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this P
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150981
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jacek Caban
Date: 2025-07-29T09:58:55+02:00
New Revision: bbc8346e6bb543b0a87f52114fed7d766446bee1
URL:
https://github.com/llvm/llvm-project/commit/bbc8346e6bb543b0a87f52114fed7d766446bee1
DIFF:
https://github.com/llvm/llvm-project/commit/bbc8346e6bb543b0a87f52114fed7d766446bee1.diff
L
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/151027
>From f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3 Mon Sep 17 00:00:00 2001
From: Jacek Caban
Date: Mon, 28 Jul 2025 08:02:49 -0700
Subject: [PATCH 1/2] [LLD][COFF] Move resolving alternate names to SymbolTable
(NFC) (#
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/151027
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jacek Caban
Date: 2025-07-29T09:58:55+02:00
New Revision: f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3
URL:
https://github.com/llvm/llvm-project/commit/f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3
DIFF:
https://github.com/llvm/llvm-project/commit/f1bca175afd4deab1cdfdcc8b1d7c705d7b07ab3.diff
L
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
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: [
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
[email protected]
https://lists.llvm.org/c
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/150600
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/15
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
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
_
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
[email protected]
https://lists.llvm.org/cgi-bin/m
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
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
@@ -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
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
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
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:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/151201
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/l
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
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
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
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
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
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
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
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
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
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
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
https://github.com/AaronBallman milestoned
https://github.com/llvm/llvm-project/pull/151199
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
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
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
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/151129
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/atrosinenko approved this pull request.
https://github.com/llvm/llvm-project/pull/151096
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
1 - 100 of 153 matches
Mail list logo