https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159190
>From 2ddc19d6b3098cec5760187d3a8efbf908cae363 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Fri, 12 Sep 2025 00:24:31 -0700
Subject: [PATCH] [llvm][mustache] Remove output parameters
Just return an optional
kosarev 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/161191?utm_source=stack-comment-downstack-mergeability-warning";
@@ -0,0 +1,70 @@
+// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p3 2>&1 < %s|
FileCheck %s
+
+// --//
+// Invalid element width
+
+luti6 z10.h, { z0.b, z1.b }, z0
+// CHECK: [[@LINE-1]]:{{[0-
https://github.com/melver approved this pull request.
LGTM
This is safe, and should strictly be a bug fix. AFAIK without it using that
feature might result in compiler error/crash otherwise.
https://github.com/llvm/llvm-project/pull/162697
___
llvm-b
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163165
>From 82daa74cbd5120a36159219f72905aa4502daaa0 Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Mon, 15 Sep 2025 21:13:29 +0100
Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for new Advance
https://github.com/mingmingl-llvm edited
https://github.com/llvm/llvm-project/pull/162348
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -77,6 +77,177 @@ struct LLVMPointerPointerLikeModel
};
} // namespace
+/// Generate a name of a canonical loop nest of the format
+/// `(_s_r)*` that describes its nesting inside parent
+/// operations (`_r`) and that operation's region (`_s`). The region
+/// number is omi
@@ -2202,6 +2202,68 @@ def TargetFreeMemOp : OpenMP_Op<"target_freemem",
Arg:$heapref
);
let assemblyFormat = "$device `,` $heapref attr-dict `:` type($device) `,`
qualified(type($heapref))";
+ let hasVerifier = 1;
+}
+
+//===
Author: Koakuma
Date: 2025-10-06T06:39:27Z
New Revision: 6e687cbe0dd3a6fc89cdd007dca6e4f5578fccff
URL:
https://github.com/llvm/llvm-project/commit/6e687cbe0dd3a6fc89cdd007dca6e4f5578fccff
DIFF:
https://github.com/llvm/llvm-project/commit/6e687cbe0dd3a6fc89cdd007dca6e4f5578fccff.diff
LOG: [SPAR
https://github.com/bassiounix updated
https://github.com/llvm/llvm-project/pull/163313
>From ed8c6c8ad381715193c194d1bdf851e002e80490 Mon Sep 17 00:00:00 2001
From: bassiounix
Date: Tue, 14 Oct 2025 06:20:42 +0300
Subject: [PATCH] [libc][stdlib][annex_k] Add ignore_handler_s.
---
libc/config/
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/162303
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159197
>From df30efc4667e0ca5a1f77daf16b45a40b9c9dcae Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Tue, 16 Sep 2025 00:11:47 -0700
Subject: [PATCH] [llvm][mustache] Avoid redundant saves in accessor splitting
The s
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163166
>From 97ed1a26aaf3a16f4c59125e655df86b109bec6f Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Mon, 6 Oct 2025 14:45:50 +0100
Subject: [PATCH] [AArch64][llvm] Remove FeatureMPAM guards for parity with g
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/161747
>From 7b8318ddfa901556d0b2dd028d1b5494d2f3c45c Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Thu, 2 Oct 2025 15:56:16 -0700
Subject: [PATCH] [SimplifyCFG][profcheck] Profile propagation for `indirectbr`
--
https://github.com/melver edited
https://github.com/llvm/llvm-project/pull/156840
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -1422,46 +1448,47 @@ StackOffset
AArch64FrameLowering::resolveFrameOffsetReference(
SPOffset += StackOffset::getFixed(AFI->getCalleeSavedStackSize());
}
}
+
// Always use the FP for SVE spills if available and beneficial.
if (hasFP(MF) && (SPOffs
https://github.com/mysterymath updated
https://github.com/llvm/llvm-project/pull/147429
>From bb3b826b652c7bed83aa6c06d4af095dcb772592 Mon Sep 17 00:00:00 2001
From: Daniel Thornburgh
Date: Wed, 2 Apr 2025 16:24:57 -0700
Subject: [PATCH 01/10] [IR] "modular-format" attribute for functions using
https://github.com/mysterymath updated
https://github.com/llvm/llvm-project/pull/147429
>From bb3b826b652c7bed83aa6c06d4af095dcb772592 Mon Sep 17 00:00:00 2001
From: Daniel Thornburgh
Date: Wed, 2 Apr 2025 16:24:57 -0700
Subject: [PATCH 01/10] [IR] "modular-format" attribute for functions using
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133533
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jayfoad approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/161161
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163163
>From c442c17b842de7638244055d6204bc132c9dfbc1 Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Fri, 5 Sep 2025 23:50:38 +0100
Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift
https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/161091
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/melver created
https://github.com/llvm/llvm-project/pull/163637
None
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mysterymath updated
https://github.com/llvm/llvm-project/pull/147429
>From bb3b826b652c7bed83aa6c06d4af095dcb772592 Mon Sep 17 00:00:00 2001
From: Daniel Thornburgh
Date: Wed, 2 Apr 2025 16:24:57 -0700
Subject: [PATCH 01/10] [IR] "modular-format" attribute for functions using
@@ -0,0 +1,76 @@
+// Test IR generation of the builtin without evaluating the LLVM intrinsic.
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -Werror -std=c++20 -emit-llvm
-disable-llvm-passes %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-CODEGEN
vitalybuka wr
c-rhodes wrote:
Please can one of the Clang maintainers take a look at this and give me their
thoughts on merging this into the release branch?
https://github.com/llvm/llvm-project/pull/163264
___
llvm-branch-commits mailing list
llvm-branch-commits@l
https://github.com/skatrak converted_to_draft
https://github.com/llvm/llvm-project/pull/150927
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/evelez7 approved this pull request.
https://github.com/llvm/llvm-project/pull/159187
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/bassiounix updated
https://github.com/llvm/llvm-project/pull/161993
>From ce1bed7cf80a3dced6cd9f4864f564a464172c1d Mon Sep 17 00:00:00 2001
From: bassiounix
Date: Sun, 5 Oct 2025 06:48:10 +0300
Subject: [PATCH] [libc][math] Refactor exp2f16 implementation to header-only
in s
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/156564
>From 5789438b995e099f6e4d486f63cf1fafa25fac80 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Tue, 2 Sep 2025 18:44:13 -0700
Subject: [PATCH] Address review comment
Created using spr 1.3.6-beta.1
---
lld/
@@ -29,55 +29,79 @@
namespace llvm {
-Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber,
- bool UseGlobs) {
+Error SpecialCaseList::RegexMatcher::insert(StringRef Pattern,
+
https://github.com/cjacek approved this pull request.
https://github.com/llvm/llvm-project/pull/163854
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/melver updated
https://github.com/llvm/llvm-project/pull/163639
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/pcc commented:
> More generally, I feel like PFP needs its own __config_site instead of the
> ad-hoc annotations all around. @ldionne any thoughts?
Not sure exactly what you had in mind. Would this be another macro like
_LIBCPP_HARDENING_MODE_DEFAULT? I guess __config_site i
https://github.com/pcc edited https://github.com/llvm/llvm-project/pull/151651
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -351,7 +355,9 @@ AArch64FrameLowering::getZPRStackSize(const MachineFunction
&MF) const {
StackOffset
AArch64FrameLowering::getPPRStackSize(const MachineFunction &MF) const {
const AArch64FunctionInfo *AFI = MF.getInfo();
- return StackOffset::getScalable(AFI->getStackSi
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159196
>From 4aa69430c9ebd509b4cfca81884cb086f6bfa475 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 15 Sep 2025 23:27:50 -0700
Subject: [PATCH] [llvm][mustache] Use single pass when tokenizing
The old implement
https://github.com/fmayer converted_to_draft
https://github.com/llvm/llvm-project/pull/164016
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,266 @@
+// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p3 2>&1 < %s|
FileCheck %s
+
+// --//
+// Invalid element width
+
+sqrshrn z10.s, { z0.s, z1.s }, #1
+// CHECK: [[@LINE-1]]:{{
https://github.com/evelez7 commented:
Mega-nit but shouldn't this patch be called "Use StringRef return values"? The
return value is what's being changed to a pair of `StringRef`s, not the
parameters.
https://github.com/llvm/llvm-project/pull/159190
https://github.com/mtrofin edited
https://github.com/llvm/llvm-project/pull/161747
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -2231,10 +2361,25 @@ buildACCLoopOp(Fortran::lower::AbstractConverter
&converter,
builder, builder.getFusedLoc(locs), currentLocation, eval, operands,
operandSegments, /*outerCombined=*/false, retTy, yieldValue, ivTypes,
ivLocs);
-
- for (auto [arg, value
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159195
>From 11fe600eecd5878b9df1cd14022b340b7d1a8922 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 15 Sep 2025 19:54:34 -0700
Subject: [PATCH] [llvm][mustache] Avoid extra copy for json strings
---
llvm/lib/S
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/151652
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159194
>From 28e0058aec6ab83e007d1040f0c1eeda3bd872f3 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 15 Sep 2025 16:26:11 -0700
Subject: [PATCH] [llvm][mustache] Use BumpPtrAllocator to save ASTNodes
We make the
@@ -1272,18 +1272,84 @@ void CodeGenFunction::EmitBoundsCheckImpl(const Expr
*E, llvm::Value *Bound,
EmitCheck(std::make_pair(Check, CheckKind), CheckHandler, StaticData, Index);
}
+static bool
+typeContainsPointer(QualType T,
+llvm::SmallPtrSet &Visited
arsenm wrote:
> > The call sequence pseudos are generically processed
>
> So are calls, returns, branches etc. That's why we have isCall, isReturn,
> isBranch.
No, the type of processing is very different. The callstack pseudos are passed
to the TargetInstrInfo constructor, and must have the
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159195
>From a920b52ad745f614bd8e0310edbfb01294035ef3 Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 15 Sep 2025 19:54:34 -0700
Subject: [PATCH] [llvm][mustache] Avoid extra copy for json strings
---
llvm/lib/S
https://github.com/petrhosek edited
https://github.com/llvm/llvm-project/pull/159193
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/139778
>From 5f07ab9ee7ea514d20d3b9da5f225d68028208b5 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Tue, 13 May 2025 19:50:41 +0300
Subject: [PATCH 1/2] [BOLT] Gadget scanner: optionally assume auth traps
https://github.com/svkeerthy created
https://github.com/llvm/llvm-project/pull/164025
None
>From 8c7612aa1327be7766f395c1500b13229431321d Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Fri, 17 Oct 2025 22:36:25 +
Subject: [PATCH] [llvm-ir2vec] MIR2Vec support
---
llvm/docs/CommandGuide/l
https://github.com/hekota edited
https://github.com/llvm/llvm-project/pull/161929
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/161943
>From d438f774dc9b8dea9e33781a3bee9ae272e6af42 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Fri, 3 Oct 2025 21:37:27 -0700
Subject: [PATCH] [profcheck] Update exclusion list to reflect fixes
---
llvm/uti
https://github.com/dcaballe approved this pull request.
LGTM! Add [NFC] before landing?
https://github.com/llvm/llvm-project/pull/163736
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
@@ -82,20 +83,81 @@ struct LLVMRemarkSetupFormatError
LLVMRemarkSetupFormatError>::LLVMRemarkSetupErrorInfo;
};
-/// Setup optimization remarks that output to a file.
-LLVM_ABI Expected>
setupLLVMOptimizationRemarks(
+/// RAII handle that manages the lifetime of the Too
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/164025
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/164025
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163159
>From 1c2665c9df94f31430470f81c0366874b05d8abe Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Wed, 20 Aug 2025 20:26:40 +0100
Subject: [PATCH 1/3] [AArch64][llvm] Armv9.7-A: Add support for GICv5
(FEA
llvmbot wrote:
@llvm/pr-subscribers-mlgo
Author: S. VenkataKeerthy (svkeerthy)
Changes
Add MIR2Vec support to the llvm-ir2vec tool, enabling embedding generation for
Machine IR alongside the existing LLVM IR functionality.
---
Patch is 35.27 KiB, truncated to 20.00 KiB below, full versi
llvmbot wrote:
@llvm/pr-subscribers-llvm-binary-utilities
Author: S. VenkataKeerthy (svkeerthy)
Changes
Add MIR2Vec support to the llvm-ir2vec tool, enabling embedding generation for
Machine IR alongside the existing LLVM IR functionality.
---
Patch is 35.27 KiB, truncated to 20.00 KiB
https://github.com/aemerson closed
https://github.com/llvm/llvm-project/pull/145613
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -4939,6 +4939,86 @@ void LoongArchTargetLowering::ReplaceNodeResults(
}
}
+// Helper to attempt to return a cheaper, bit-inverted version of \p V.
+static SDValue isNOT(SDValue V, SelectionDAG &DAG) {
+ // TODO: don't always ignore oneuse constraints.
+ V = peekThroughB
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163164
>From bbced31c4fd305b443a071e88bd05c93fa898633 Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Sat, 6 Sep 2025 00:00:23 +0100
Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163157
>From f1524e02b2f5c7321c9f103fe2f5bf640aa182a6 Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Mon, 8 Sep 2025 13:22:25 +0100
Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for Memory
Part
https://github.com/fmayer updated
https://github.com/llvm/llvm-project/pull/163872
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/163674
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -1446,6 +1446,9 @@ def is_unexposed(self):
# OpenMP stripe directive.
OMP_STRIPE_DIRECTIVE = 310
+# OpenMP taskgraph directive.
+OMP_TASKGRAPH_DIRECTIVE = 311
+
jtb20 wrote:
I've changed the number to 312 (but I don't think the other patch
@@ -2277,6 +2351,70 @@ void AArch64FrameLowering::determineStackHazardSlot(
<< StackHazardSize << "\n");
AFI->setStackHazardSlotIndex(ID);
}
+
+ // Determine if we should use SplitSVEObjects. This should only be used if
+ // there's a possibility o
https://github.com/lenary updated
https://github.com/llvm/llvm-project/pull/163692
>From 5c87301e43488283ea8357bf8c4f3278c79bc755 Mon Sep 17 00:00:00 2001
From: Sam Elliott
Date: Wed, 15 Oct 2025 20:54:03 -0700
Subject: [PATCH 1/2] [clang] Ensure -mno-outline adds attributes
Before this change
https://github.com/perlfu approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/160467
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163166
>From b8e104ab5e507707f08d0a6b2f8e44a550798e49 Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Mon, 6 Oct 2025 14:45:50 +0100
Subject: [PATCH] [AArch64][llvm] Remove FeatureMPAM guards for parity with g
https://github.com/tblah commented:
LGTM but this needs lit tests.
https://github.com/llvm/llvm-project/pull/163560
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm
https://github.com/melver edited
https://github.com/llvm/llvm-project/pull/163638
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
alexey-bataev wrote:
> @alexey-bataev actually I'm not sure these patches bring the 'taskgraph'
> implementation to a level that is ready to announce as a supported feature in
> the documentation yet -- what did you have in mind?
Then mark it as 'partially supported' or "in progress"
https://
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/159198
>From 37926e7290bf8f4d08ca9433c67097e060ce08af Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Tue, 16 Sep 2025 00:24:43 -0700
Subject: [PATCH] [llvm][mustache] Optimize accessor splitting with a single
pass
T
https://github.com/fmayer created
https://github.com/llvm/llvm-project/pull/164031
None
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-analysis
Author: Florian Mayer (fmayer)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/164031.diff
3 Files Affected:
- (modified)
clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h (+16)
- (modified) c
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163163
>From 625c2d4e4f27bf5a85cc812b72a0b42265b18928 Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Fri, 5 Sep 2025 23:50:38 +0100
Subject: [PATCH 1/2] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 shift
https://github.com/fmayer edited
https://github.com/llvm/llvm-project/pull/164031
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/fmayer updated
https://github.com/llvm/llvm-project/pull/164031
>From d6cb62fd95974bcc9a95540cd150bf538434e840 Mon Sep 17 00:00:00 2001
From: Florian Mayer
Date: Fri, 17 Oct 2025 16:16:20 -0700
Subject: [PATCH] comment
Created using spr 1.3.7
---
.../clang/Analysis/FlowSens
@@ -2355,6 +2355,13 @@ def NoInline : DeclOrStmtAttr {
let SimpleHandler = 1;
}
+def NoOutline : DeclOrStmtAttr {
+ let Spellings = [Clang<"nooutline">];
erichkeane wrote:
```suggestion
let Spellings = [Clang<"no_outline">];
```
perhaps? Makes it... so
https://github.com/svkeerthy created
https://github.com/llvm/llvm-project/pull/164032
None
>From af3e3dd6f901415957a4c6b196684a582f638f45 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Fri, 17 Oct 2025 23:25:44 +
Subject: [PATCH] Use colored error messages
---
.../tools/llvm-ir2vec/embed
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/164032
___
llvm-branch-commits mailing list
[email protected]
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/164032?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/svkeerthy edited
https://github.com/llvm/llvm-project/pull/164032
___
llvm-branch-commits mailing list
[email protected]
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/164032
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
dyung wrote:
Ping. Can we get an update/review @nikic and/or @tstellar?
https://github.com/llvm/llvm-project/pull/151245
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch
https://github.com/mingmingl-llvm commented:
thanks for reviews!
https://github.com/llvm/llvm-project/pull/162348
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163160
>From b86e5f524e0a9422b30c327ebe4d9594ff92856f Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Mon, 8 Sep 2025 16:47:07 +0100
Subject: [PATCH 1/3] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3
arit
@@ -0,0 +1,34 @@
+// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve-b16mm 2>&1 <
%s| FileCheck %s
+
+// --//
+// Invalid element width
+
+bfmmla z0.h, z0.b, z0.b
+// CHECK: [[@LINE-1]]:{{[0-9]+}}
https://github.com/fmayer edited
https://github.com/llvm/llvm-project/pull/163875
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/rampitec approved this pull request.
https://github.com/llvm/llvm-project/pull/162093
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -1251,9 +1260,17 @@ AArch64FrameLowering::getFrameIndexReferenceFromSP(const
MachineFunction &MF,
isTargetWindows(MF) && AFI->getSVECalleeSavedStackSize();
if (MFI.isScalableStackID(FI)) {
if (FPAfterSVECalleeSaves &&
--ObjectOffset <= (int64_t)AFI->getS
bassiounix 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/163968?utm_source=stack-comment-downstack-mergeability-warnin
@@ -74,31 +76,114 @@ class MIRVocabulary {
friend class llvm::MIR2VecVocabLegacyAnalysis;
using VocabMap = std::map;
-private:
- // Define vocabulary layout - adapted for MIR
+ // MIRVocabulary Layout:
+ //
+---+-
https://github.com/jthackray updated
https://github.com/llvm/llvm-project/pull/163164
>From 44ce9a924c7cbd6a42745004d8f88ad7dfebbbaa Mon Sep 17 00:00:00 2001
From: Jonathan Thackray
Date: Sat, 6 Sep 2025 00:00:23 +0100
Subject: [PATCH 1/3] [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 LUTI6
https://github.com/svkeerthy created
https://github.com/llvm/llvm-project/pull/164033
None
>From 65fe880bf667541783381a85e3c8c5ad65a1e9d6 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Fri, 17 Oct 2025 23:41:29 +
Subject: [PATCH] Update MLGO Doc
---
llvm/docs/MLGO.rst | 144 +
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/164033?utm_source=stack-comment-downstack-mergeability-warning
@@ -49,9 +49,9 @@ struct AllocTokenMetadata {
/// \param Metadata The metadata about the allocation.
/// \param MaxTokens The maximum number of tokens (must not be 0)
/// \return The calculated allocation token ID, or std::nullopt.
-std::optional getAllocTokenHash(AllocTokenMod
https://github.com/svkeerthy ready_for_review
https://github.com/llvm/llvm-project/pull/164033
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
401 - 500 of 618 matches
Mail list logo