https://github.com/cyndyishida approved this pull request.
Thanks for applying the code cleanup!
https://github.com/llvm/llvm-project/pull/102517
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/ma
https://github.com/tblah created
https://github.com/llvm/llvm-project/pull/102525
I removed the `*-hlfir*` tests because they are duplicate now that the other
tests have been updated to use the HLFIR lowering.
3/3
Part 1: https://github.com/llvm/llvm-project/pull/102522
Part 2: https://github.
https://github.com/tblah edited https://github.com/llvm/llvm-project/pull/102524
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Tom Eccles (tblah)
Changes
I removed the `*-hlfir*` tests because they are duplicate now that the other
tests have been updated to use the HLFIR lowering.
3/3
Part 1: https://github.com/llvm/llvm-project/pull/102522
Part 2: http
arsenm wrote:
### Merge activity
* **Aug 8, 3:40 PM EDT**: @arsenm started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/100520).
https://github.com/llvm/llvm-project/pull/100520
_
arsenm wrote:
### Merge activity
* **Aug 8, 3:40 PM EDT**: @arsenm started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/100519).
https://github.com/llvm/llvm-project/pull/100519
_
https://github.com/efriedma-quic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/102103
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/100523
>From 9c21872a5ab0b5e91b90701326a672f4b73b463d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 25 Jul 2024 10:38:11 +0400
Subject: [PATCH] TTI: Check legalization cost of abs nodes
Also adjust the AMDGP
Author: Artem Belevich
Date: 2024-08-08T13:28:05-07:00
New Revision: 08500dc4838cff0b99fbbcb2b571664745a7b9e6
URL:
https://github.com/llvm/llvm-project/commit/08500dc4838cff0b99fbbcb2b571664745a7b9e6
DIFF:
https://github.com/llvm/llvm-project/commit/08500dc4838cff0b99fbbcb2b571664745a7b9e6.diff
arsenm wrote:
### Merge activity
* **Aug 8, 4:33 PM EDT**: @arsenm started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/102470).
https://github.com/llvm/llvm-project/pull/102470
_
https://github.com/chapuni approved this pull request.
I wonder we couldn't amend #102335! Thanks!
https://github.com/llvm/llvm-project/pull/102517
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
ian-twilightcoder wrote:
> I wonder we couldn't amend #102335! Thanks!
I couldn't figure out how to add cherry picks onto that PR. I tried another
`cherry-pick` in the original PR but the bot just complained. Maybe I could do
a single `cherry-pick` command with both commits and that would work
https://github.com/ian-twilightcoder reopened
https://github.com/llvm/llvm-project/pull/102335
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/102335
>From 4b724a99922ecc2da44498ac16f533f7eb83d191 Mon Sep 17 00:00:00 2001
From: Ian Anderson
Date: Wed, 7 Aug 2024 10:14:58 -0700
Subject: [PATCH 1/2] [clang][modules] Enable built-in modules for the upcoming
App
https://github.com/ian-twilightcoder closed
https://github.com/llvm/llvm-project/pull/102517
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ian-twilightcoder wrote:
> > I wonder we couldn't amend #102335! Thanks!
>
> I couldn't figure out how to add cherry picks onto that PR. I tried another
> `cherry-pick` in the original PR but the bot just complained. Maybe I could
> do a single `cherry-pick` command with both commits and that
@@ -2923,22 +2923,47 @@ bool Darwin::isAlignedAllocationUnavailable() const {
return TargetVersion < alignedAllocMinVersion(OS);
}
-static bool sdkSupportsBuiltinModules(const Darwin::DarwinPlatformKind
&TargetPlatform, const std::optional &SDKInfo) {
+static bool sdkSuppor
https://github.com/chapuni approved this pull request.
https://github.com/llvm/llvm-project/pull/102335
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
shiltian wrote:
This patch will be rebased once
https://github.com/llvm/llvm-project/pull/102086 is landed.
https://github.com/llvm/llvm-project/pull/101760
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/102552
Backport 72b73e23b6c36537db730ebea00f92798108a6e5
Requested by: @MaskRay
>From ea45d0e8e5872f2c90c924c6d377da64775b1d2b Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Wed, 7 Aug 2024 12:23:28 -0700
Subject:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/102552
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/102552
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
@llvm/pr-subscribers-llvm-ir
Author: None (llvmbot)
Changes
Backport 72b73e23b6c36537db730ebea00f92798108a6e5
Requested by: @MaskRay
---
Full diff: https://github.com/llvm/llvm-project/pull/102552.diff
5 Files Affected:
- (modified) cla
https://github.com/yuxuanchen1997 closed
https://github.com/llvm/llvm-project/pull/99283
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/yuxuanchen1997 reopened
https://github.com/llvm/llvm-project/pull/99283
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/yuxuanchen1997 updated
https://github.com/llvm/llvm-project/pull/99285
>From d3b68e89d672f5eef0f6cca011787f18ffcc70d6 Mon Sep 17 00:00:00 2001
From: Yuxuan Chen
Date: Mon, 15 Jul 2024 15:01:39 -0700
Subject: [PATCH] add CoroAnnotationElidePass
Summary:
Test Plan:
Reviewers
@@ -647,6 +647,14 @@ class LangOptions : public LangOptionsBase {
return ConvergentFunctions;
}
+ /// Return true if atomicrmw operations targeting allocations in private
+ /// memory are undefined.
+ bool threadPrivateMemoryAtomicsAreUndefined() const {
+// Shoul
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/102561
Backport 847f9cb0e868c8ec34f9aa86fdf846f8c4e0388b
Requested by: @ChuanqiXu9
>From d4f28507fb12710c9a6851bfa29809f13298b11b Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Thu, 8 Aug 2024 13:14:09 +0800
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/102561
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mizvekov What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/102561
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: None (llvmbot)
Changes
Backport 847f9cb0e868c8ec34f9aa86fdf846f8c4e0388b
Requested by: @ChuanqiXu9
---
Patch is 27.70 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/102561.diff
19 Fi
101 - 131 of 131 matches
Mail list logo