llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: None (llvmbot)
Changes
Backport 5d774ec8d183cbbb243c57f50d891822211d3ec2
Requested by: @brad0
---
Full diff: https://github.com/llvm/llvm-project/pull/155759.diff
2 Files Affected:
- (modified) clang/lib/Driver/ToolChains/OpenBS
llvmbot wrote:
@devnexen What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/155759
___
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/155759
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -250,7 +250,7 @@ MachineInstr *GCNDPPCombine::createDPPInst(MachineInstr
&OrigMI,
++NumOperands;
}
if (auto *SDst = TII->getNamedOperand(OrigMI, AMDGPU::OpName::sdst)) {
- if (TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, SDst)) {
+ if (AMDGP
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/154322
>From 37c81647c1b025d4c33ebc02cd83e1e084131b6e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153024
>From 37c81647c1b025d4c33ebc02cd83e1e084131b6e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/154322
>From 37c81647c1b025d4c33ebc02cd83e1e084131b6e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153023
>From 37c81647c1b025d4c33ebc02cd83e1e084131b6e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/154323
>From df5f1e41c8a4d514079ca4277667f8c2276a8353 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153023
>From 37c81647c1b025d4c33ebc02cd83e1e084131b6e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153026
>From 9adf12dae3b8d7c727588188f72b6e8720a9ddc5 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 19:12:49 +0900
Subject: [PATCH 1/2] AMDGPU: Add tests for every mfma intrinsic v-to-a mapping
M
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/154323
>From df5f1e41c8a4d514079ca4277667f8c2276a8353 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153025
>From f40eb085ce310dfca8d1f80c5682d39ddb69c86e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 19:05:44 +0900
Subject: [PATCH] AMDGPU: Add test for mfma rewrite pass respecting optnone
---
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153024
>From 37c81647c1b025d4c33ebc02cd83e1e084131b6e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 10:47:44 +0900
Subject: [PATCH 1/2] AMDGPU: Handle rewriting VGPR MFMA fed from AGPR copy
Previ
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/153025
>From f40eb085ce310dfca8d1f80c5682d39ddb69c86e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 11 Aug 2025 19:05:44 +0900
Subject: [PATCH] AMDGPU: Add test for mfma rewrite pass respecting optnone
---
pcc wrote:
Ping.
https://github.com/llvm/llvm-project/pull/133531
___
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 milestoned
https://github.com/llvm/llvm-project/pull/155718
___
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/var-const approved this pull request.
https://github.com/llvm/llvm-project/pull/155712
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Prince781 wrote:
@Artem-B thanks!
https://github.com/llvm/llvm-project/pull/155685
___
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-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 5abec20b25be01866b1c6f75f6f45426d2b4f87b
Requested by: @alexrp
---
Full diff: https://github.com/llvm/llvm-project/pull/155718.diff
2 Files Affected:
- (modified)
compiler-rt/lib/sanitiz
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 9ec771bd4a16198cec04b4b9c30c22ee89140a2d
Requested by: @alexrp
---
Full diff: https://github.com/llvm/llvm-project/pull/155717.diff
1 Files Affected:
- (modified)
compiler-rt/lib/sanitiz
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/155717
Backport 9ec771bd4a16198cec04b4b9c30c22ee89140a2d
Requested by: @alexrp
>From 14450f5634944e1933c2ff8269bf6cb652d5209e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Sun, 24 Aug
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/155718
Backport 5abec20b25be01866b1c6f75f6f45426d2b4f87b
Requested by: @alexrp
>From 060e75750faa28876596d8b5695973bdf22e0b51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Sun, 24 Aug
llvmbot wrote:
@devnexen What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/155718
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@devnexen What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/155717
___
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/155717
___
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/pcc updated https://github.com/llvm/llvm-project/pull/147424
>From 5bce06b0d8db161a2e09709bcfe15b4623e43d01 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Mon, 7 Jul 2025 16:41:10 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
=?U
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/149261
___
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/pcc updated https://github.com/llvm/llvm-project/pull/149260
>From 01f77d9f42a712324479e3280c57f12800655271 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Wed, 27 Aug 2025 14:51:58 -0700
Subject: [PATCH] Add verifier check
Created using spr 1.3.6-beta.1
---
llvm/do
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/149261
___
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/pcc updated https://github.com/llvm/llvm-project/pull/149260
>From 01f77d9f42a712324479e3280c57f12800655271 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Wed, 27 Aug 2025 14:51:58 -0700
Subject: [PATCH] Add verifier check
Created using spr 1.3.6-beta.1
---
llvm/do
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/147424
>From 5bce06b0d8db161a2e09709bcfe15b4623e43d01 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Mon, 7 Jul 2025 16:41:10 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
=?U
@@ -330,6 +325,18 @@ bool MachineFunction::shouldSplitStack() const {
return getFunction().hasFnAttribute("split-stack");
}
+Align MachineFunction::getPreferredAlignment() const {
+ Align PrefAlignment = Align(1);
pcc wrote:
Done
https://github.com/llvm/l
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/155540
___
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/pcc updated https://github.com/llvm/llvm-project/pull/155540
___
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/pcc updated https://github.com/llvm/llvm-project/pull/150151
___
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/pcc updated https://github.com/llvm/llvm-project/pull/155529
>From 38615b9b39e93afab94c6aaa3ae6c026b7f2086a Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Tue, 26 Aug 2025 19:19:33 -0700
Subject: [PATCH] Fix failing lld test
Created using spr 1.3.6-beta.1
---
lld/t
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/155529
>From 38615b9b39e93afab94c6aaa3ae6c026b7f2086a Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Tue, 26 Aug 2025 19:19:33 -0700
Subject: [PATCH] Fix failing lld test
Created using spr 1.3.6-beta.1
---
lld/t
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/150151
___
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/pcc updated https://github.com/llvm/llvm-project/pull/155528
___
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/pcc updated https://github.com/llvm/llvm-project/pull/155528
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@philnik777 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/155712
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
var-const wrote:
@tru For context: we have originally requested a cherry-pick of this around the
time it was merged to the main branch, but it looks like the bot wasn't
triggered for some reason, and I don't see this commit in the release branch
(see e.g. the [log for
``](https://github.com/l
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 6291b63a9a104fe93f8e4e279ef2237dc081304f
Requested by: @var-const
---
Full diff: https://github.com/llvm/llvm-project/pull/155712.diff
2 Files Affected:
- (modified) libcxx/include/fstream (+24-11)
- (
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/155712
___
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/155712
Backport 6291b63a9a104fe93f8e4e279ef2237dc081304f
Requested by: @var-const
>From d524d0397cc437f6f280606837177020fb41427a Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Tue, 15 Jul 2025 10:40:54 -0400
Subje
pcc wrote:
I would expect
> > For example, it could be dropped from CFI jump tables and the resulting
> > binary would still be correct, it would just be less optimized because jump
> > table relaxation could not be applied.
>
> Is the opposite also true, that you can add it to non-cfi-jump-
efriedma-quic wrote:
> For example, it could be dropped from CFI jump tables and the resulting
> binary would still be correct, it would just be less optimized because jump
> table relaxation could not be applied.
Is the opposite also true, that you can add it to non-cfi-jump-table globals
an
https://github.com/Prince781 approved this pull request.
https://github.com/llvm/llvm-project/pull/155685
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
pcc wrote:
> > Missing Verifier checks for the new metadata.
>
> Will add.
Done
https://github.com/llvm/llvm-project/pull/149260
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/149260
>From 01f77d9f42a712324479e3280c57f12800655271 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Wed, 27 Aug 2025 14:51:58 -0700
Subject: [PATCH] Add verifier check
Created using spr 1.3.6-beta.1
---
llvm/do
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/149261
___
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/pcc updated https://github.com/llvm/llvm-project/pull/149261
___
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/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153089
>From 4da0ac5e6eedc6a56b17bf8a2c94324d5de6f189 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:34:27 +
Subject: [PATCH] Merging IR2Vec Categories
---
llvm/include/llvm/Analysis/IR2Vec.
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155700
>From 1ad2eb096d6bfe07298706c0d4f79a5d028242c1 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 27 Aug 2025 21:21:00 +
Subject: [PATCH] Change
---
llvm/include/llvm/Analysis/IR2Vec.h| 2 +-
llvm/l
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: S. VenkataKeerthy (svkeerthy)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/155700.diff
3 Files Affected:
- (modified) llvm/include/llvm/Analysis/IR2Vec.h (+1-1)
- (modified) llvm/lib/Analysis/IR2Vec.cpp (+3
https://github.com/svkeerthy ready_for_review
https://github.com/llvm/llvm-project/pull/155700
___
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/svkeerthy edited
https://github.com/llvm/llvm-project/pull/155700
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
svkeerthy 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/155700?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/svkeerthy created
https://github.com/llvm/llvm-project/pull/155700
None
>From 0a363705e58552310faf5d1eb9cbd2be73ed76cc Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 27 Aug 2025 21:21:00 +
Subject: [PATCH] Change
---
llvm/include/llvm/Analysis/IR2Vec.h| 2 +-
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153087
>From 87eed2179441e717ce94ee4df163fd535cb5ee36 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:04:37 +
Subject: [PATCH] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings
---
llvm/
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155323
>From fe1463e91b85bdc546bea9d6e7c629953786b75e Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 25 Aug 2025 22:58:43 +
Subject: [PATCH] Canonicalized type
---
llvm/include/llvm/Analysis/IR2Vec.h
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155516
>From 7ddfeaa6e9a800e613afc67bf1a8ca38d43ab3bb Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Tue, 26 Aug 2025 23:26:24 +
Subject: [PATCH] Added doc
---
llvm/include/llvm/Analysis/IR2Vec.h | 6 ++
1
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155516
>From 7ddfeaa6e9a800e613afc67bf1a8ca38d43ab3bb Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Tue, 26 Aug 2025 23:26:24 +
Subject: [PATCH] Added doc
---
llvm/include/llvm/Analysis/IR2Vec.h | 6 ++
1
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153094
>From 5dc4c4800c00d31afd68e83f575cd8130b70e430 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:52:27 +
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../te
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153087
>From 87eed2179441e717ce94ee4df163fd535cb5ee36 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:04:37 +
Subject: [PATCH] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings
---
llvm/
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155323
>From fe1463e91b85bdc546bea9d6e7c629953786b75e Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 25 Aug 2025 22:58:43 +
Subject: [PATCH] Canonicalized type
---
llvm/include/llvm/Analysis/IR2Vec.h
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155690
>From 7ec3927f67446304703ae7016d5be34d0972346c Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 27 Aug 2025 20:25:30 +
Subject: [PATCH] Default constructor
---
llvm/include/llvm/Analysis/IR2Vec.h | 2
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153094
>From 5dc4c4800c00d31afd68e83f575cd8130b70e430 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:52:27 +
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../te
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153089
>From 4da0ac5e6eedc6a56b17bf8a2c94324d5de6f189 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:34:27 +
Subject: [PATCH] Merging IR2Vec Categories
---
llvm/include/llvm/Analysis/IR2Vec.
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155690
>From 7ec3927f67446304703ae7016d5be34d0972346c Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 27 Aug 2025 20:25:30 +
Subject: [PATCH] Default constructor
---
llvm/include/llvm/Analysis/IR2Vec.h | 2
pcc wrote:
At least for the use cases implemented so far, it would be valid to drop the
metadata. For example, it could be dropped from CFI jump tables and the
resulting binary would still be correct, it would just be less optimized
because jump table relaxation could not be applied.
If a use
https://github.com/svkeerthy created
https://github.com/llvm/llvm-project/pull/155690
None
>From 51b1cd42e606741a498ca9c9361445a66a526e4b Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 27 Aug 2025 20:25:30 +
Subject: [PATCH] Default constructor
---
llvm/include/llvm/Analysis/IR2Vec.
https://github.com/overmighty approved this pull request.
https://github.com/llvm/llvm-project/pull/155569
___
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-mlgo
Author: S. VenkataKeerthy (svkeerthy)
Changes
Initialize `Embedding` vectors with zeros by default when only size is provided.
---
Full diff: https://github.com/llvm/llvm-project/pull/155690.diff
2 Files Affected:
- (modified) llvm/include/llvm/
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: S. VenkataKeerthy (svkeerthy)
Changes
Initialize `Embedding` vectors with zeros by default when only size is provided.
---
Full diff: https://github.com/llvm/llvm-project/pull/155690.diff
2 Files Affected:
- (modified) llvm/incl
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/155690
___
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/svkeerthy ready_for_review
https://github.com/llvm/llvm-project/pull/155690
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
svkeerthy 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/155690?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/155690
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
efriedma-quic wrote:
There are various transforms which currently check hasSection() on globals;
some of them you probably care about if you want to actually preserve the
metadata. Like constant merging.
https://github.com/llvm/llvm-project/pull/149260
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153089
>From cbc8c9e34ea28f96e9a01eba5b7a6ce1c2345e2e Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:34:27 +
Subject: [PATCH] Merging IR2Vec Categories
---
llvm/include/llvm/Analysis/IR2Vec.
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153087
>From 630f4afd73c33d6b375ac787d587497d8d8e44d8 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:04:37 +
Subject: [PATCH] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings
---
llvm/
https://github.com/Artem-B edited
https://github.com/llvm/llvm-project/pull/155685
___
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-backend-nvptx
Author: Artem Belevich (Artem-B)
Changes
We may still need to keep CopyToReg even after folding uses into vector loads,
since the original register may be used in other blocks.
Partially reverts 1fdbe6984976d9e85ab3b1a93e8de434a85c5646
-
https://github.com/Artem-B milestoned
https://github.com/llvm/llvm-project/pull/155685
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -36,7 +36,7 @@ STATISTIC(VocabMissCounter,
namespace llvm {
namespace ir2vec {
-static cl::OptionCategory IR2VecCategory("IR2Vec Options");
+LLVM_EXTERNAL_VISIBILITY cl::OptionCategory IR2VecCategory("IR2Vec Options");
svkeerthy wrote:
Seems `LLVM_EXTERNAL
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155323
>From 9b851b9863c74514b9877c2445301797b5b32069 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 25 Aug 2025 22:58:43 +
Subject: [PATCH] Canonicalized type
---
llvm/include/llvm/Analysis/IR2Vec.h
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153089
>From cbc8c9e34ea28f96e9a01eba5b7a6ce1c2345e2e Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:34:27 +
Subject: [PATCH] Merging IR2Vec Categories
---
llvm/include/llvm/Analysis/IR2Vec.
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153087
>From 630f4afd73c33d6b375ac787d587497d8d8e44d8 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:04:37 +
Subject: [PATCH] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings
---
llvm/
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153094
>From 3680f388279b8547d9b7065595b2a2644eb7b175 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:52:27 +
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../te
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155323
>From 9b851b9863c74514b9877c2445301797b5b32069 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 25 Aug 2025 22:58:43 +
Subject: [PATCH] Canonicalized type
---
llvm/include/llvm/Analysis/IR2Vec.h
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155516
>From 9a18f1c17c3db873e4570222cf8016b13af990b3 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Tue, 26 Aug 2025 23:26:24 +
Subject: [PATCH] Added doc
---
llvm/include/llvm/Analysis/IR2Vec.h | 6 ++
1
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153094
>From 3680f388279b8547d9b7065595b2a2644eb7b175 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:52:27 +
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../te
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155516
>From 9a18f1c17c3db873e4570222cf8016b13af990b3 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Tue, 26 Aug 2025 23:26:24 +
Subject: [PATCH] Added doc
---
llvm/include/llvm/Analysis/IR2Vec.h | 6 ++
1
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153094
>From d6cc948ba1856a550697df802ed0d12402d626e4 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:52:27 +
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../te
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155323
>From 70374534198dad41ba3b82df0760ac0efa708477 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 25 Aug 2025 22:58:43 +
Subject: [PATCH] Canonicalized type
---
llvm/include/llvm/Analysis/IR2Vec.h
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/153094
>From d6cc948ba1856a550697df802ed0d12402d626e4 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 11 Aug 2025 21:52:27 +
Subject: [PATCH] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests
---
.../te
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155323
>From 70374534198dad41ba3b82df0760ac0efa708477 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 25 Aug 2025 22:58:43 +
Subject: [PATCH] Canonicalized type
---
llvm/include/llvm/Analysis/IR2Vec.h
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/155516
>From 0d75afa98a17325441a084db1f114f5a27252bea Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Tue, 26 Aug 2025 23:26:24 +
Subject: [PATCH] Added doc
---
llvm/include/llvm/Analysis/IR2Vec.h | 6 ++
1
1 - 100 of 185 matches
Mail list logo