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
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
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
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
@@ -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/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
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 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
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
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
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
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:
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/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
@@ -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/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
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 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
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/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
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
_
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
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
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
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
_
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
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
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/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
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Tom Eccles (tblah)
Changes
The intention of this change is to ensure that allocas end up in the entry
block not spread out amongst complex reduction variable initialization code.
The tests we have are quite minimized for readability and ma
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Tom Eccles (tblah)
Changes
The intention of this change is to ensure that allocas end up in the entry
block not spread out amongst complex reduction variable initialization code.
The tests we have are quite minimized for readabilit
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/102523
>From bcbb2ef4e8778b086321fda710e6d1d0a050847f Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Thu, 8 Aug 2024 00:57:43 -0700
Subject: [PATCH 1/2] [ELF] .llvm.call-graph-profile: support CREL
https://reviews.
https://github.com/tblah created
https://github.com/llvm/llvm-project/pull/102524
The intention of this change is to ensure that allocas end up in the entry
block not spread out amongst complex reduction variable initialization code.
The tests we have are quite minimized for readability and ma
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/102523
___
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-lld-elf
Author: None (llvmbot)
Changes
Backport 0766a59be3256e83a454a089f01215d6c7f94a48
a821fee312d15941174827a70cb534c2f2fe1177
Requested by: @MaskRay
---
Full diff: https://github.com/llvm/llvm-project/pull/102523.diff
4 Files Affected:
- (modif
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/102523
___
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 created
https://github.com/llvm/llvm-project/pull/102523
Backport 0766a59be3256e83a454a089f01215d6c7f94a48
a821fee312d15941174827a70cb534c2f2fe1177
Requested by: @MaskRay
>From 2f9217fede5e64f6447a7915a4a0a7b1ca3b999a Mon Sep 17 00:00:00 2001
From: Fangrui Song
Dat
https://github.com/rampitec approved this pull request.
https://github.com/llvm/llvm-project/pull/102470
___
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/arsenm updated
https://github.com/llvm/llvm-project/pull/102470
>From 10020575a78d050fcc927de6de942e4346af41e6 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 8 Aug 2024 18:02:11 +0400
Subject: [PATCH] AMDGPU: Preserve atomicrmw name when specializing address
space
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Ian Anderson (ian-twilightcoder)
Changes
Backport 961639962251de7428c3fe93fa17cfa6ab3c561a and
0f1361baf650641a59aaa1710d7a0b7b02f2e56d
Requested by: @ian-twilightcoder
---
Full diff: https://github.com/llvm/llvm-project/pull/1025
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Ian Anderson (ian-twilightcoder)
Changes
Backport 961639962251de7428c3fe93fa17cfa6ab3c561a and
0f1361baf650641a59aaa1710d7a0b7b02f2e56d
Requested by: @ian-twilightcoder
---
Full diff: https://github.com/llvm/llvm-project/pull/102517.diff
https://github.com/ian-twilightcoder edited
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
https://github.com/ian-twilightcoder closed
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
ian-twilightcoder wrote:
Redid as https://github.com/llvm/llvm-project/pull/102517
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/
https://github.com/ian-twilightcoder milestoned
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
https://github.com/ian-twilightcoder created
https://github.com/llvm/llvm-project/pull/102517
Backport 961639962251de7428c3fe93fa17cfa6ab3c561a and
0f1361baf650641a59aaa1710d7a0b7b02f2e56d
Requested by: @ian-twilightcoder
>From 8d764b1ad793d176e943c1c7ad0c979770a81d13 Mon Sep 17 00:00:00 2001
https://github.com/sdkrystian approved this pull request.
I think backporting this change is reasonable. WDYT @AaronBallman?
https://github.com/llvm/llvm-project/pull/102514
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https:
tycho wrote:
Not sure what's blocking this, but can we get this merged before LLVM 19 final
release please?
https://github.com/llvm/llvm-project/pull/101967
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org
@@ -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
@@ -550,6 +551,16 @@ AMDGPUTargetCodeGenInfo::getLLVMSyncScopeID(const
LangOptions &LangOpts,
void AMDGPUTargetCodeGenInfo::setTargetAtomicMetadata(
CodeGenFunction &CGF, llvm::AtomicRMWInst &RMW) const {
+
+ if (RMW.getPointerAddressSpace() == llvm::AMDGPUAS::FLAT_ADDRE
@@ -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
@@ -550,6 +551,16 @@ AMDGPUTargetCodeGenInfo::getLLVMSyncScopeID(const
LangOptions &LangOpts,
void AMDGPUTargetCodeGenInfo::setTargetAtomicMetadata(
CodeGenFunction &CGF, llvm::AtomicRMWInst &RMW) const {
+
+ if (RMW.getPointerAddressSpace() == llvm::AMDGPUAS::FLAT_ADDRE
llvmbot wrote:
@llvm/pr-subscribers-coroutines
@llvm/pr-subscribers-clang
Author: Andrew Ng (nga888)
Changes
…ializations instantiation dependent (#100392)
Cherry pick of 55ea36002bd364518c20b3ce282640c920697bf7
---
Full diff: https://github.com/llvm/llvm-project/pull/102514.diff
13 Fi
https://github.com/nga888 edited
https://github.com/llvm/llvm-project/pull/102514
___
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/nga888 milestoned
https://github.com/llvm/llvm-project/pull/102514
___
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/nga888 created
https://github.com/llvm/llvm-project/pull/102514
…ializations instantiation dependent (#100392)
Cherry pick of 55ea36002bd364518c20b3ce282640c920697bf7
>From c7377a35fc99b537a5198335c5aabc5d142a3972 Mon Sep 17 00:00:00 2001
From: Krystian Stasiowski
Date: Tue
https://github.com/HazardyKnusperkeks approved this pull request.
https://github.com/llvm/llvm-project/pull/102419
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
TIFitis wrote:
Thanks @skatrak for the review, I've updated the PR to address the comments.
https://github.com/llvm/llvm-project/pull/102341
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/TIFitis updated
https://github.com/llvm/llvm-project/pull/102341
>From ba8cf358a98cfcce6b1239ac88391bc25bcc7197 Mon Sep 17 00:00:00 2001
From: Akash Banerjee
Date: Wed, 7 Aug 2024 18:31:08 +0100
Subject: [PATCH 1/2] [OpenMP][MLIR] Set omp.composite attr for composite loop
wr
@@ -647,6 +647,14 @@ class LangOptions : public LangOptionsBase {
return ConvergentFunctions;
}
+ /// Return true if atomicrmw operations targeting allocations in private
arsenm wrote:
This has nothing to do with the target, this is language semantics.
agozillon wrote:
Small ping for some reviewer attention on this PR please, if at all possible.
Just to make sure the current PR approvals stand after recent modifications.
Thank you ahead of time as always! :-)
https://github.com/llvm/llvm-project/pull/96265
___
agozillon wrote:
Small ping for some reviewer attention on this PR please, if at all possible.
Thank you ahead of time as always! :-)
https://github.com/llvm/llvm-project/pull/96266
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.o
https://github.com/efriedma-quic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/102491
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
@llvm/pr-subscribers-llvm-transforms
Author: Antonio Frighetto (antoniofrighetto)
Changes
Backport: 6ce7b1f86115f475ee3ee04833781a675e3e
Requested-by: @OfekShilon.
---
Patch is 22.99 KiB, truncated to 20.00 KiB below, full version:
https://github.com/antoniofrighetto edited
https://github.com/llvm/llvm-project/pull/102491
___
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/antoniofrighetto created
https://github.com/llvm/llvm-project/pull/102491
Backport: 6ce7b1f86115f475ee3ee04833781a675e3e
Requested-by: @OfekShilon.
>From 4ae20f0f894033d5f027088e805882a690bd96ff Mon Sep 17 00:00:00 2001
From: Antonio Frighetto
Date: Thu, 25 Jul 2024 09:
https://github.com/antoniofrighetto milestoned
https://github.com/llvm/llvm-project/pull/102491
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
peterwaller-arm wrote:
I previously wrote:
> Not sure why cmake is ignoring the hint.
I'm thinking; it wants a `LLVMConfig.cmake`, which is an aspect of the build,
not the sources. So it seems `LLVM_CMAKE_DIR` should be set to the build
directory in this case, if the compiler-rt cmake code is
jhuber6 wrote:
So, in the "bad" case, it's finding the LLVMConfig.cmake I would expect. The
"good" case is picking up the wrong one, but it somehow works? In both cases it
reports that LLVM was found, but the one in-tree doesn't work for some reason.
Sorry for all the questions, I'm not able t
peterwaller-arm wrote:
> Do you know what LLVM_CONFIG_PATH is set to in this case?
In both good and bad cases they're set to `$BUILD_DIR/bin/llvm-config`,
according to what is in `$BUILD_DIR/runtimes/builtins-bins/CMakeCache.txt`, at
least.
https://github.com/llvm/llvm-project/pull/102475
jhuber6 wrote:
> For reasons I don't understand, cmake (version 3.22.1, default on Ubuntu
> 22.04.4) is not producing debug output for the find_package call for LLVM if
> I use `cmake --debug-find`. It does produce output for other packages.
>
> Resorting to strace -efile:
>
> Good:
>
> ```
peterwaller-arm wrote:
For reasons I don't understand, cmake is not producing debug output for the
find_package call for LLVM if I use `cmake --debug-find`. It does produce
output for other packages.
Resorting to strace -efile:
Good:
```
/home/ubuntu/llvm-project/compiler-rt/cmake/Modules/C
jhuber6 wrote:
>
> It appears that in the bad case, `LLVM_CMAKE_DIR` during the `find_package`
> is set to `/home/ubuntu/llvm-project/llvm/cmake/modules`. In the good case,
> it's set to `/home/ubuntu/bld`.
The latter is what it's supposed to do, I would think? When doing a runtimes
build it
yandalur wrote:
functionalities/fork/concurrent_vfork/TestConcurrentVFork.py lldb test timed
out in the linux-x64 build. The failure is not related to this PR.
https://github.com/llvm/llvm-project/pull/102179
___
llvm-branch-commits mailing list
llvm-
@@ -647,6 +647,14 @@ class LangOptions : public LangOptionsBase {
return ConvergentFunctions;
}
+ /// Return true if atomicrmw operations targeting allocations in private
shiltian wrote:
Do we want to have a check in target machine to tell if atomic op
peterwaller-arm wrote:
Bad case:
```
/home/ubuntu/llvm-project/compiler-rt/lib/builtins/CMakeLists.txt(29):
load_llvm_config()
/home/ubuntu/llvm-project/compiler-rt/cmake/Modules/CompilerRTUtils.cmake(289):
if(LLVM_CONFIG_PATH AND NOT LLVM_CMAKE_DIR )
/home/ubuntu/llvm-project/compiler-rt/cm
jhuber6 wrote:
Do you any clue why this is broken? `LLVM_CMAKE_DIR` should be innocuous
enough, so if it's causing failures then there's probably a separate issue.
https://github.com/llvm/llvm-project/pull/102475
___
llvm-branch-commits mailing list
l
https://github.com/peterwaller-arm edited
https://github.com/llvm/llvm-project/pull/102475
___
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/peterwaller-arm edited
https://github.com/llvm/llvm-project/pull/102475
___
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 created
https://github.com/llvm/llvm-project/pull/102475
Backport 73d862e478738675f5d919c6a196429acd7b5f50
Requested by: @peterwaller-arm
>From 1a1e252f96f999dcf8e164b9d8a24f1543d8791e Mon Sep 17 00:00:00 2001
From: Muhammad Omair Javaid
Date: Thu, 25 Jul 2024 12:21
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/102475
___
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/arsenm updated
https://github.com/llvm/llvm-project/pull/102470
>From dd1cd7103b426389c879c0a54d23c61910f6553f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 8 Aug 2024 18:02:11 +0400
Subject: [PATCH] AMDGPU: Preserve atomicrmw name when specializing address
space
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/102470
>From 9a8669ae34430b5e1460a948993eccc4ae917f60 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 8 Aug 2024 18:02:11 +0400
Subject: [PATCH] AMDGPU: Preserve atomicrmw name when specializing address
space
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/102446
>From c5e82c65bb9ff65ea8e7d8684f68520a5dde0c2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mirko=20Brku=C5=A1anin?=
Date: Thu, 25 Jul 2024 18:19:26 +0200
Subject: [PATCH] [AMDGPU] Fix folding clamp into pseudo scal
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/102470.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/SIISelLowering.cpp (+2-1)
- (adde
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/102470
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm 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/102470?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/102470
None
>From 01182f305e400b890a5829f6da78b01a2968adaa Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 8 Aug 2024 18:02:11 +0400
Subject: [PATCH] AMDGPU: Preserve atomicrmw name when specializing address
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Xing Xue (xingxue-ibm)
Changes
Remove `XFAIL: LIBCXX-AIX-FIXME` from lit test `transform.pass.cpp` now that
AIX system call `wcsxfrm`/`wcsxfrm_l` is fixed in AIX 7.2.5.8 and 7.3.2.2 and
buildbot machines have been upgraded.
Backported f
https://github.com/xingxue-ibm edited
https://github.com/llvm/llvm-project/pull/102466
___
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/xingxue-ibm milestoned
https://github.com/llvm/llvm-project/pull/102466
___
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/xingxue-ibm created
https://github.com/llvm/llvm-project/pull/102466
Remove `XFAIL: LIBCXX-AIX-FIXME` from lit test `transform.pass.cpp` now that
AIX system call `wcsxfrm`/`wcsxfrm_l` is fixed in AIX 7.2.5.8 and 7.3.2.2 and
buildbot machines have been upgraded.
Backported f
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-codegen
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/102462.diff
4 Files Affected:
- (modified) clang/include/clang/Basic/LangOptions.h (+8)
- (modified) clang/lib
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/102462
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm 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/102462?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/102462
None
>From a8852f01f7e78e787af16e476d499025b849caea Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 8 Aug 2024 15:48:52 +0400
Subject: [PATCH] clang/AMDGPU: Set noalias.addrspace metadata on atomicrmw
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/100523
>From 65c4d58c92229ce1da969b1c8a63b54bf205260a 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
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/100521
>From d428b6040084690055e06cd246cd7afa56c971b7 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 25 Jul 2024 10:33:23 +0400
Subject: [PATCH] TTI: Check legalization cost of fptosi_sat/fptoui_sat nodes
---
1 - 100 of 131 matches
Mail list logo