cjappl wrote:
@fmayer adding you as a reviewer here for visibility, this is our first time
porting something to the release branch and want to make sure we don't mess
something up
https://github.com/llvm/llvm-project/pull/156196
___
llvm-branch-comm
llvmbot wrote:
@davidtrevelyan What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/156196
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 8f317c1
Requested by: @cjappl
---
Full diff: https://github.com/llvm/llvm-project/pull/156196.diff
2 Files Affected:
- (modified) compiler-rt/lib/rtsan/rtsan_interceptors_posix.cpp (+28)
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/156196
Backport 8f317c1
Requested by: @cjappl
>From 95ef59003047ab5ed8d65498baa9e12521de5d30 Mon Sep 17 00:00:00 2001
From: Chris Apple
Date: Fri, 29 Aug 2025 11:06:31 -0700
Subject: [PATCH] [rtsan] Add versioned pth
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/156196
___
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/matthias-springer ready_for_review
https://github.com/llvm/llvm-project/pull/155244
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/155244
___
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/matthias-springer updated
https://github.com/llvm/llvm-project/pull/156171
>From fee875b7f60d59174e0913bc64c37450cf846da1 Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Sat, 30 Aug 2025 10:35:08 +
Subject: [PATCH] [flang] Do not use dialect conversion in
`AffineD
@@ -1169,32 +1185,54 @@ void BlockTypeConversionRewrite::rollback() {
getNewBlock()->replaceAllUsesWith(getOrigBlock());
}
-static void performReplaceBlockArg(RewriterBase &rewriter, BlockArgument arg,
- Value repl) {
+/// Replace all uses o
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
This commit generalizes `replaceUsesOfBlockArgument` to `replaceAllUsesWith`.
In rollback mode, the same restrictions keep applying: a value cannot be
replaced multiple times and a call to `rep
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
This commit generalizes `replaceUsesOfBlockArgument` to `replaceAllUsesWith`.
In rollback mode, the same restrictions keep applying: a value cannot be
replaced multiple times and a call to
https://github.com/matthias-springer edited
https://github.com/llvm/llvm-project/pull/155244
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/155244
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/155244
___
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/matthias-springer updated
https://github.com/llvm/llvm-project/pull/155244
>From 196203361a0b07b71f6eb0d4ac0b68f905d496ac Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Sat, 23 Aug 2025 10:36:37 +
Subject: [PATCH] [mlir][Transforms] Add support for
`ConversionPat
https://github.com/matthias-springer edited
https://github.com/llvm/llvm-project/pull/155244
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/156171
___
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/clementval approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/156171
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/156171
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Michael Buch
Date: 2025-08-30T12:03:31+01:00
New Revision: 2fb8843a744113d45f5aaf13984d54a3d7ec620a
URL:
https://github.com/llvm/llvm-project/commit/2fb8843a744113d45f5aaf13984d54a3d7ec620a
DIFF:
https://github.com/llvm/llvm-project/commit/2fb8843a744113d45f5aaf13984d54a3d7ec620a.diff
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: None (llvmbot)
Changes
Backport 1b37b9e6d788d7058381b68b5ab265bcb6181335
Requested by: @davemgreen
---
Full diff: https://github.com/llvm/llvm-project/pull/156170.diff
5 Files Affected:
- (modified) llvm/lib/Target/AArch64/AA
llvmbot wrote:
@efriedma-quic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/156170
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/156170
___
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/156170
Backport 1b37b9e6d788d7058381b68b5ab265bcb6181335
Requested by: @davemgreen
>From 51081359fa4a76c9d20489084ce2a399b5bfc520 Mon Sep 17 00:00:00 2001
From: Shashi Shankar
Date: Sat, 30 Aug 2025 11:56:03 +0200
Su
Author: Thurston Dang
Date: 2025-08-30T00:03:56-07:00
New Revision: 1e406814dd21aad7da6bd1c1a8e0c6f1c1cd5369
URL:
https://github.com/llvm/llvm-project/commit/1e406814dd21aad7da6bd1c1a8e0c6f1c1cd5369
DIFF:
https://github.com/llvm/llvm-project/commit/1e406814dd21aad7da6bd1c1a8e0c6f1c1cd5369.diff
25 matches
Mail list logo