[llvm-branch-commits] [clang] release/21.x: [Driver] Enable outline atomics for OpenBSD/aarch64 (#155713) (PR #155759)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] release/21.x: [Driver] Enable outline atomics for OpenBSD/aarch64 (#155713) (PR #155759)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] release/21.x: [Driver] Enable outline atomics for OpenBSD/aarch64 (#155713) (PR #155759)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Fix DPP combiner using isOperandLegal on incomplete inst (PR #155595)

2025-08-27 Thread Matt Arsenault via 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

[llvm-branch-commits] [llvm] AMDGPU: Add baseline test for unspilling VGPRs after MFMA rewrite (PR #154322)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Add statistic for number of MFMAs moved to AGPR form (PR #153024)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Add baseline test for unspilling VGPRs after MFMA rewrite (PR #154322)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Handle V->A MFMA copy from case with immediate src2 (PR #153023)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Try to unspill VGPRs after rewriting MFMAs to AGPR form (PR #154323)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Handle V->A MFMA copy from case with immediate src2 (PR #153023)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Add tests for every mfma intrinsic v-to-a mapping (PR #153026)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Try to unspill VGPRs after rewriting MFMAs to AGPR form (PR #154323)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Add test for mfma rewrite pass respecting optnone (PR #153025)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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 ---

[llvm-branch-commits] [llvm] AMDGPU: Add statistic for number of MFMAs moved to AGPR form (PR #153024)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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

[llvm-branch-commits] [llvm] AMDGPU: Add test for mfma rewrite pass respecting optnone (PR #153025)

2025-08-27 Thread Matt Arsenault via llvm-branch-commits
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 ---

[llvm-branch-commits] [lld] ELF: Introduce R_AARCH64_FUNCINIT64 relocation type. (PR #133531)

2025-08-27 Thread Peter Collingbourne via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351) (PR #155718)

2025-08-27 Thread via 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

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389) (PR #155712)

2025-08-27 Thread Konstantin Varlamov via 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

[llvm-branch-commits] [llvm] [NVPTX] don't erase CopyToRegs when folding movs into loads (#149393) (PR #155685)

2025-08-27 Thread Princeton Ferro via 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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351) (PR #155718)

2025-08-27 Thread via 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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Avoid depending on the libnvmm header for NetBSD (#153534) (PR #155717)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Avoid depending on the libnvmm header for NetBSD (#153534) (PR #155717)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351) (PR #155718)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351) (PR #155718)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Avoid depending on the libnvmm header for NetBSD (#153534) (PR #155717)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] release/21.x: [compiler-rt] Avoid depending on the libnvmm header for NetBSD (#153534) (PR #155717)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [lld] ELF: CFI jump table relaxation. (PR #147424)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] LowerTypeTests: Start using !elf_section_properties metadata to mark CFI jump table sections. (PR #149261)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] LowerTypeTests: Start using !elf_section_properties metadata to mark CFI jump table sections. (PR #149261)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [lld] ELF: CFI jump table relaxation. (PR #147424)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [lld] CodeGen: Emit .prefalign directives based on the prefalign attribute. (PR #155529)

2025-08-27 Thread Peter Collingbourne via llvm-branch-commits
@@ -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

[llvm-branch-commits] ELF: Rename RandomizePaddingSection to PaddingSection. (PR #155540)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] ELF: Rename RandomizePaddingSection to PaddingSection. (PR #155540)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] MC: Add directive for specifying a section's preferred alignment. (PR #150151)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [lld] CodeGen: Emit .prefalign directives based on the prefalign attribute. (PR #155529)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [lld] CodeGen: Emit .prefalign directives based on the prefalign attribute. (PR #155529)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] MC: Add directive for specifying a section's preferred alignment. (PR #150151)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] CodeGen, Driver: Introduce -fpreferred-function-alignment option. (PR #155528)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] CodeGen, Driver: Introduce -fpreferred-function-alignment option. (PR #155528)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389) (PR #155712)

2025-08-27 Thread via 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

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389) (PR #155712)

2025-08-27 Thread Konstantin Varlamov via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389) (PR #155712)

2025-08-27 Thread via llvm-branch-commits
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) - (

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389) (PR #155712)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Ensure that we restore invariants in basic_filebuf::overflow (#147389) (PR #155712)

2025-08-27 Thread via 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

[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Peter Collingbourne via llvm-branch-commits
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-

[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Eli Friedman via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NVPTX] don't erase CopyToRegs when folding movs into loads (#149393) (PR #155685)

2025-08-27 Thread Princeton Ferro via llvm-branch-commits
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

[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] LowerTypeTests: Start using !elf_section_properties metadata to mark CFI jump table sections. (PR #149261)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] LowerTypeTests: Start using !elf_section_properties metadata to mark CFI jump table sections. (PR #149261)

2025-08-27 Thread Peter Collingbourne via 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

[llvm-branch-commits] [llvm] [IR2Vec] Make IR2VecCategory externally visible and reuse in llvm-ir2vec cl options (PR #153089)

2025-08-27 Thread S. VenkataKeerthy via 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.

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Change getSlotIndex parameter from Value* to Value& (PR #155700)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Change getSlotIndex parameter from Value* to Value& (PR #155700)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Change getSlotIndex parameter from Value* to Value& (PR #155700)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Change getSlotIndex parameter from Value* to Value& (PR #155700)

2025-08-27 Thread S. VenkataKeerthy via 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

[llvm-branch-commits] [llvm] Change (PR #155700)

2025-08-27 Thread S. VenkataKeerthy via 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

[llvm-branch-commits] [llvm] Change (PR #155700)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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 +-

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings (PR #153087)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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/

[llvm-branch-commits] [llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add usage documentation for obtaining embeddings (PR #155516)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add usage documentation for obtaining embeddings (PR #155516)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings (PR #153087)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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/

[llvm-branch-commits] [llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec] Make IR2VecCategory externally visible and reuse in llvm-ir2vec cl options (PR #153089)

2025-08-27 Thread S. VenkataKeerthy via 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.

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Peter Collingbourne via llvm-branch-commits
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

[llvm-branch-commits] [llvm] Default constructor (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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.

[llvm-branch-commits] [libc] [libc][math][c++23] Add scalb{, l}nbf16 math functions (PR #155569)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread via 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/

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via 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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via 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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Initialize Embedding vectors with zeros by default (PR #155690)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

2025-08-27 Thread Eli Friedman via 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

[llvm-branch-commits] [llvm] [IR2Vec] Make IR2VecCategory externally visible and reuse in llvm-ir2vec cl options (PR #153089)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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.

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings (PR #153087)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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/

[llvm-branch-commits] [llvm] [NVPTX] don't erase CopyToRegs when folding movs into loads (#149393) (PR #155685)

2025-08-27 Thread Artem Belevich via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NVPTX] don't erase CopyToRegs when folding movs into loads (#149393) (PR #155685)

2025-08-27 Thread via 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 -

[llvm-branch-commits] [llvm] [NVPTX] don't erase CopyToRegs when folding movs into loads (#149393) (PR #155685)

2025-08-27 Thread Artem Belevich via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec] Make IR2VecCategory externally visible and reuse in llvm-ir2vec cl options (PR #153089)

2025-08-27 Thread S. VenkataKeerthy via 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

[llvm-branch-commits] [llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec] Make IR2VecCategory externally visible and reuse in llvm-ir2vec cl options (PR #153089)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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.

[llvm-branch-commits] [llvm] [IR2Vec][llvm-ir2vec] Supporting flow-aware embeddings (PR #153087)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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/

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add usage documentation for obtaining embeddings (PR #155516)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add usage documentation for obtaining embeddings (PR #155516)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add missed ptrtoaddr in vocab for tests (PR #153094)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [IR2Vec] Refactor vocabulary to use canonical type IDs (PR #155323)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][IR2Vec] Add usage documentation for obtaining embeddings (PR #155516)

2025-08-27 Thread S. VenkataKeerthy via llvm-branch-commits
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   2   >