llvmbot wrote:
@llvm/pr-subscribers-backend-arm
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/148789.diff
2 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+21-11)
- (modified) llvm/lib/IR/RuntimeLibcalls.cpp (-
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/148789
___
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/148789?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/148789
None
>From d9e08a6ae57d33bfef2c30209122d3267b3a1308 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 15 Jul 2025 15:47:10 +0900
Subject: [PATCH] RuntimeLibcalls: Move __stack_chk_fail config to tablegen
Author: Nikolas Klauser
Date: 2025-07-15T08:52:04+02:00
New Revision: b31571f2ae71594a5b3a6e9c7385362de1865a5d
URL:
https://github.com/llvm/llvm-project/commit/b31571f2ae71594a5b3a6e9c7385362de1865a5d
DIFF:
https://github.com/llvm/llvm-project/commit/b31571f2ae71594a5b3a6e9c7385362de1865a5d.dif
arsenm wrote:
ping
https://github.com/llvm/llvm-project/pull/147914
___
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/tgross35 commented:
LGTM, this matches what I've seen while inspecting the tablegen output
https://github.com/llvm/llvm-project/pull/148782
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.or
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Matt Arsenault (arsenm)
Changes
These are already the default calls set for these conversions, so
they should not require explicit setting. The non-default cases are
currently overridden in ARMISelLowering. Just delete this until
the list
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Matt Arsenault (arsenm)
Changes
These are already the default calls set for these conversions, so
they should not require explicit setting. The non-default cases are
currently overridden in ARMISelLowering. Just delete this until
the
llvmbot wrote:
@llvm/pr-subscribers-tablegen
Author: Matt Arsenault (arsenm)
Changes
These are already the default calls set for these conversions, so
they should not require explicit setting. The non-default cases are
currently overridden in ARMISelLowering. Just delete this until
the lis
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/148782
___
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/148782?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/148782
These are already the default calls set for these conversions, so
they should not require explicit setting. The non-default cases are
currently overridden in ARMISelLowering. Just delete this until
the list of cal
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/148780
>From ef419d66cf35792aa8da774e28c71719da32f6a2 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 19:53:22 +0900
Subject: [PATCH] RuntimeLibcalls: Really move default libcall handling to
tableg
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/148604
>From 014d6a27e67b5062e357832cc7e5f1fc85a8baf0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 16:31:00 +0900
Subject: [PATCH 1/2] RuntimeLibcalls: Stop opting out of exp10
This changes the
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/148604
>From 014d6a27e67b5062e357832cc7e5f1fc85a8baf0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 16:31:00 +0900
Subject: [PATCH 1/2] RuntimeLibcalls: Stop opting out of exp10
This changes the
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/148780
>From ef419d66cf35792aa8da774e28c71719da32f6a2 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 19:53:22 +0900
Subject: [PATCH] RuntimeLibcalls: Really move default libcall handling to
tableg
https://github.com/cdevadas approved this pull request.
https://github.com/llvm/llvm-project/pull/148110
___
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/148604
>From b2fc78bc4474f85fd600a5cd2d75862938f12237 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 16:31:00 +0900
Subject: [PATCH 1/2] RuntimeLibcalls: Stop opting out of exp10
This changes the
@@ -0,0 +1,31 @@
+; RUN: %if aarch64-registered-target %{ llc < %s
-mtriple=aarch64-unknown-linux-gnu| FileCheck %s
--check-prefixes=CHECK-ALL,CHECK-USELD %}
+; RUN: %if aarch64-registered-target %{ llc < %s
-mtriple=aarch64-unknown-linux-musl | FileCheck %s
--check-pref
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/148604
>From b2fc78bc4474f85fd600a5cd2d75862938f12237 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 16:31:00 +0900
Subject: [PATCH] RuntimeLibcalls: Stop opting out of exp10
This changes the beha
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/148604
>From b2fc78bc4474f85fd600a5cd2d75862938f12237 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 14 Jul 2025 16:31:00 +0900
Subject: [PATCH] RuntimeLibcalls: Stop opting out of exp10
This changes the beha
arsenm wrote:
ping
https://github.com/llvm/llvm-project/pull/147913
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
### Merge activity
* **Jul 14, 11:46 PM UTC**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/148671).
https://github.com/llvm/llvm-project/pull/148671
https://github.com/fmayer reopened
https://github.com/llvm/llvm-project/pull/148737
___
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/fmayer closed
https://github.com/llvm/llvm-project/pull/148737
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -447,14 +447,42 @@ void AMDGPUDAGToDAGISel::SelectBuildVector(SDNode *N,
unsigned RegClassID) {
return;
}
+ bool IsGCN = CurDAG->getSubtarget().getTargetTriple().isAMDGCN();
+ if (IsGCN && Subtarget->has64BitLiterals() && VT.getSizeInBits() == 64 &&
+ CurDAG->
https://github.com/shiltian edited
https://github.com/llvm/llvm-project/pull/148727
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -447,14 +447,42 @@ void AMDGPUDAGToDAGISel::SelectBuildVector(SDNode *N,
unsigned RegClassID) {
return;
}
+ bool IsGCN = CurDAG->getSubtarget().getTargetTriple().isAMDGCN();
+ if (IsGCN && Subtarget->has64BitLiterals() && VT.getSizeInBits() == 64 &&
+ CurDAG->
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/148719
___
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/148719
___
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
---
Full diff: https://github.com/llvm/llvm-project/pull/148719.diff
4 Files Affected:
- (modified) llvm/docs/CommandGuide/index.rst (+1)
- (added) llvm/docs/CommandGuide/llvm-ir2vec.rst (+170)
-
llvmbot wrote:
@llvm/pr-subscribers-llvm-binary-utilities
Author: S. VenkataKeerthy (svkeerthy)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/148719.diff
4 Files Affected:
- (modified) llvm/docs/CommandGuide/index.rst (+1)
- (added) llvm/docs/CommandGuide/llvm-ir2v
https://github.com/svkeerthy ready_for_review
https://github.com/llvm/llvm-project/pull/148719
___
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/148719?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/svkeerthy created
https://github.com/llvm/llvm-project/pull/148719
None
>From 5490291f7f7670b1d326603cb0bc1047337a2fcf Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 14 Jul 2025 20:27:42 +
Subject: [PATCH] [IR2Vec] Adding documentation for llvm-ir2vec tool
---
llv
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/148712
>From a9cb32152b8ba94a6a93c7923cce1abac43c9022 Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 14 Jul 2025 19:32:35 +
Subject: [PATCH 1/2] users/usx95/lifetime-safety-add-loan-expiry
>From a50b00e1b
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/148712
>From a9cb32152b8ba94a6a93c7923cce1abac43c9022 Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 14 Jul 2025 19:32:35 +
Subject: [PATCH 1/2] users/usx95/lifetime-safety-add-loan-expiry
>From a50b00e1b
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/148712
>From 7c2838035392804a2cd9bda1d0751e3633d2a31f Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 14 Jul 2025 19:32:35 +
Subject: [PATCH 1/2] users/usx95/lifetime-safety-add-loan-expiry
>From ed73e3b19
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/148712
>From 7c2838035392804a2cd9bda1d0751e3633d2a31f Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 14 Jul 2025 19:32:35 +
Subject: [PATCH 1/2] users/usx95/lifetime-safety-add-loan-expiry
>From ed73e3b19
Author: Michael Buch
Date: 2025-07-14T20:13:50+01:00
New Revision: 33fc0aed9def535c0fa54c8919416959c6a0e19f
URL:
https://github.com/llvm/llvm-project/commit/33fc0aed9def535c0fa54c8919416959c6a0e19f
DIFF:
https://github.com/llvm/llvm-project/commit/33fc0aed9def535c0fa54c8919416959c6a0e19f.diff
https://github.com/kparzysz edited
https://github.com/llvm/llvm-project/pull/148654
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -3,8 +3,9 @@
! Check that variables are not privatized twice when TASKGROUP is used.
!CHECK-LABEL: func.func @_QPsub() {
-!CHECK: omp.parallel {
-!CHECK: %[[PAR_I:.*]]:2 = hlfir.declare %{{.*}} {uniq_name =
"_QFsubEi"}
+!CHECK: omp.parallel privat
usx95 wrote:
### Merge activity
* **Jul 14, 6:16 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/147315).
https://github.com/llvm/llvm-project/pull/147315
__
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/147315
>From 5fbfcd75b60d4db3a16e183f888aba1b72d87634 Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 7 Jul 2025 15:13:00 +
Subject: [PATCH] [LifetimeSafety] Add script performance benchmarking
---
.../Ana
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147844
>From ab123750a6d52faecff9276b2d06a95964857ef4 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:44:03 +
Subject: [PATCH] IR2Vec Tool Enhancements
---
llvm/test/lit.cfg.py
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147842
>From 51b0120e4dd4c9052141f5b334bf9e4716721b56 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:39:39 +
Subject: [PATCH] IR2Vec Tool
---
llvm/test/CMakeLists.txt| 1 +
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147841
>From 3f1914ea0f920f93c75557d348c53a9245a00a5b Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:38:22 +
Subject: [PATCH] [NFC][IR2Vec] Exposing helpers in IR2Vec Vocabulary
---
llvm/incl
https://github.com/aankit-ca commented:
LGTM
https://github.com/llvm/llvm-project/pull/148671
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,150 @@
+//===- llvm-ir2vec.cpp - IR2Vec Embedding Generation Tool
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -34,7 +42,7 @@
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
-using namespace ir2vec;
+using namespace llvm::ir2vec;
svkeerthy wrote:
Done
https://github.com/llvm/llvm-project/pull/147844
___
llvm-
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147844
>From f975249e07c16cf621dcea0189d400ebbc8da7bc Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:44:03 +
Subject: [PATCH] IR2Vec Tool Enhancements
---
llvm/test/lit.cfg.py
@@ -81,6 +136,68 @@ class IR2VecTool {
OS << LocalOutput;
}
+ /// Generate embeddings for the entire module
+ void generateEmbeddings(raw_ostream &OS) const {
+if (!Vocab->isValid()) {
+ OS << "Error: Vocabulary is not valid. IR2VecTool not initialized.\n";
+
@@ -163,6 +163,14 @@ class Vocabulary {
static constexpr unsigned MaxOperandKinds =
static_cast(OperandKind::MaxOperandKind);
+public:
svkeerthy wrote:
I just prefer to have constructor in the top :)
https://github.com/llvm/llvm-project/pull/147841
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147585
>From 5eaecce25822a1e4d1aa7e1bb200f6eff7f29234 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 7 Jul 2025 21:30:29 +
Subject: [PATCH] [NFC][IR2Vec] Minor refactoring of opcode access in
vocabulary
--
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147844
>From 4e92c2bc3b155eb9d9cf3634c1f59a1152d0ebae Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:44:03 +
Subject: [PATCH] IR2Vec Tool Enhancements
---
llvm/test/lit.cfg.py
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147842
>From 744b38b147f101cc5ea84e71f724c21713150a3d Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:39:39 +
Subject: [PATCH] IR2Vec Tool
---
llvm/test/CMakeLists.txt| 1 +
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147841
>From 1803736667b49978152af659a2d88a09824adf84 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:38:22 +
Subject: [PATCH] [NFC][IR2Vec] Exposing helpers in IR2Vec Vocabulary
---
llvm/incl
@@ -3,8 +3,9 @@
! Check that variables are not privatized twice when TASKGROUP is used.
!CHECK-LABEL: func.func @_QPsub() {
-!CHECK: omp.parallel {
-!CHECK: %[[PAR_I:.*]]:2 = hlfir.declare %{{.*}} {uniq_name =
"_QFsubEi"}
+!CHECK: omp.parallel privat
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147585
>From 5eaecce25822a1e4d1aa7e1bb200f6eff7f29234 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 7 Jul 2025 21:30:29 +
Subject: [PATCH] [NFC][IR2Vec] Minor refactoring of opcode access in
vocabulary
--
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147842
>From 744b38b147f101cc5ea84e71f724c21713150a3d Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:39:39 +
Subject: [PATCH] IR2Vec Tool
---
llvm/test/CMakeLists.txt| 1 +
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147844
>From 4e92c2bc3b155eb9d9cf3634c1f59a1152d0ebae Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:44:03 +
Subject: [PATCH] IR2Vec Tool Enhancements
---
llvm/test/lit.cfg.py
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/147841
>From 1803736667b49978152af659a2d88a09824adf84 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Wed, 9 Jul 2025 22:38:22 +
Subject: [PATCH] [NFC][IR2Vec] Exposing helpers in IR2Vec Vocabulary
---
llvm/incl
https://github.com/atrosinenko edited
https://github.com/llvm/llvm-project/pull/130809
___
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/asl milestoned
https://github.com/llvm/llvm-project/pull/146489
___
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/asl milestoned
https://github.com/llvm/llvm-project/pull/147136
___
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/asl milestoned
https://github.com/llvm/llvm-project/pull/147815
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ymand wrote:
Looks good overall, but I'm not terribly familiar with Python. I'm comfortable
relying on Gabor's approval, though.
https://github.com/llvm/llvm-project/pull/147315
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
h
llvmbot wrote:
@llvm/pr-subscribers-backend-mips
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 27.72 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/148677.diff
1 Files Affected:
- (added) llvm/test/CodeGen/Mips/llvm.frexp.ll (+676)
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/148677
___
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/148677?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/148677
None
>From c6aabe2d44b7839c7afec4030baa77a9dc4f8bc8 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 15 Jul 2025 02:06:39 +0900
Subject: [PATCH] Mips: Add frexp intrinsic test
---
llvm/test/CodeGen/Mip
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 26.07 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/148671.diff
1 Files Affected:
- (added) llvm/test/CodeGen/Hexagon/llvm.frexp.ll (
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/148671?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/148671
___
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 created
https://github.com/llvm/llvm-project/pull/148671
None
>From b77581ca4f2f761062959d2225fb89a1e93189e4 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 15 Jul 2025 01:53:06 +0900
Subject: [PATCH] Hexagon: Add frexp intrinsic test
---
llvm/test/CodeGen/
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/148222
>From eb33d75e1ad1faf621f90d0b8f6ac3deab267084 Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Fri, 11 Jul 2025 11:11:47 +
Subject: [PATCH 1/3] [LifetimeSafety] Add expired loans analysis
---
clang/lib/A
https://github.com/usx95 edited https://github.com/llvm/llvm-project/pull/148222
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: sribee8
Date: 2025-07-14T16:43:05Z
New Revision: 666ce63483c5f6b7df5833de855f8800ad2b0108
URL:
https://github.com/llvm/llvm-project/commit/666ce63483c5f6b7df5833de855f8800ad2b0108
DIFF:
https://github.com/llvm/llvm-project/commit/666ce63483c5f6b7df5833de855f8800ad2b0108.diff
LOG: Rever
https://github.com/boomanaiden154 approved this pull request.
Overall LGTM.
https://github.com/llvm/llvm-project/pull/147842
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br
https://github.com/boomanaiden154 edited
https://github.com/llvm/llvm-project/pull/147842
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,150 @@
+//===- llvm-ir2vec.cpp - IR2Vec Embedding Generation Tool
-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/kparzysz updated
https://github.com/llvm/llvm-project/pull/148647
>From 82829a6f51fd96f720a64255442d96133a09b3dc Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Fri, 11 Jul 2025 13:28:02 -0500
Subject: [PATCH 1/2] [utils][TableGen] Make some non-bitmask enums iterabl
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/147315
>From 19d033cb6aa4a84c78a9b37e25020f4e33e8976b Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 7 Jul 2025 15:13:00 +
Subject: [PATCH] [LifetimeSafety] Add script performance benchmarking
---
.../Ana
arsenm wrote:
### Merge activity
* **Jul 14, 3:51 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/148571).
https://github.com/llvm/llvm-project/pull/148571
_
https://github.com/usx95 updated
https://github.com/llvm/llvm-project/pull/148222
>From 19d033cb6aa4a84c78a9b37e25020f4e33e8976b Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Mon, 7 Jul 2025 15:13:00 +
Subject: [PATCH 1/3] [LifetimeSafety] Add script performance benchmarking
---
...
@@ -81,6 +136,68 @@ class IR2VecTool {
OS << LocalOutput;
}
+ /// Generate embeddings for the entire module
+ void generateEmbeddings(raw_ostream &OS) const {
+if (!Vocab->isValid()) {
+ OS << "Error: Vocabulary is not valid. IR2VecTool not initialized.\n";
+
@@ -34,7 +42,7 @@
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
-using namespace ir2vec;
+using namespace llvm::ir2vec;
boomanaiden154 wrote:
Instead of `using` statements, it might be better to wrap everything outside of
`main` in an anonymous
https://github.com/boomanaiden154 edited
https://github.com/llvm/llvm-project/pull/147844
___
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/boomanaiden154 approved this pull request.
Minor style nits, otherwise LGTM.
https://github.com/llvm/llvm-project/pull/147844
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mail
kparzysz wrote:
Stack:
- https://github.com/llvm/llvm-project/pull/148644
- https://github.com/llvm/llvm-project/pull/148647
- https://github.com/llvm/llvm-project/pull/148653
- https://github.com/llvm/llvm-project/pull/148654 (this PR)
https://github.com/llvm/llvm-project/pull/148654
__
kparzysz wrote:
Stack:
- https://github.com/llvm/llvm-project/pull/148644
- https://github.com/llvm/llvm-project/pull/148647
- https://github.com/llvm/llvm-project/pull/148653 (this PR)
- https://github.com/llvm/llvm-project/pull/148654
https://github.com/llvm/llvm-project/pull/148653
__
kparzysz wrote:
Stack:
- https://github.com/llvm/llvm-project/pull/148644
- https://github.com/llvm/llvm-project/pull/148647 (this PR)
- https://github.com/llvm/llvm-project/pull/148653
- https://github.com/llvm/llvm-project/pull/148654
https://github.com/llvm/llvm-project/pull/148647
__
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Krzysztof Parzyszek (kparzysz)
Changes
Instead of treating all block and all loop constructs as privatizing, actually
check if the construct allows a privatizing clause.
---
Full diff: https://github.com/llvm/llvm-project/pull/1486
kparzysz wrote:
I have verified that 1052_0201 and 1052_0205 both pass with this change.
https://github.com/llvm/llvm-project/pull/148654
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/kparzysz created
https://github.com/llvm/llvm-project/pull/148654
Instead of treating all block and all loop constructs as privatizing, actually
check if the construct allows a privatizing clause.
>From 4f58a01c96812fdb8086a9c9ad35f260451af8dc Mon Sep 17 00:00:00 2001
From:
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Krzysztof Parzyszek (kparzysz)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/148653.diff
3 Files Affected:
- (modified) flang/lib/Lower/OpenMP/OpenMP.cpp (-84)
- (modified) flang/lib/Lower/OpenMP/Utils.cpp
https://github.com/kparzysz created
https://github.com/llvm/llvm-project/pull/148653
None
>From d3ed6f948468c4d27c5ac436612e650f9460 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Mon, 14 Jul 2025 10:18:07 -0500
Subject: [PATCH] [flang][OpenMP] Move extractOmpDirective to Utils.c
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/148319
___
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/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/148319
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
1 - 100 of 142 matches
Mail list logo