https://github.com/cor3ntin closed
https://github.com/llvm/llvm-project/pull/133998
___
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/mizvekov updated
https://github.com/llvm/llvm-project/pull/132447
>From 0a363317b9ac02a6a6e2f70e805223bdb135fed3 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Fri, 14 Mar 2025 19:41:38 -0300
Subject: [PATCH] [clang] resugar decltype of DeclRefExpr
This keeps around th
https://github.com/pcc updated https://github.com/llvm/llvm-project/pull/133530
>From b37a44fff650b06eda249060277d0c007226cad2 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne
Date: Thu, 3 Apr 2025 21:51:44 -0700
Subject: [PATCH] Fix CMake build
Created using spr 1.3.6-beta.1
---
compiler-rt
https://github.com/pcc edited https://github.com/llvm/llvm-project/pull/133530
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/134313
Backport 2cd8edd1fff2a9d82902f70270b4209463a34cba
Requested by: @ldionne
>From 165b5e59fb1706cbad0e72b068642709cc74e11b Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Thu, 3 Apr 2025 18:34:49 -0400
Subject:
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132446
>From df203b5f1795b8e2baebf40cea9ccfc1b19f2ea7 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] WIP: [clang] Template Specialization Resugaring - Expressions
https://github.com/RKSimon approved this pull request.
LGTM - cheers
https://github.com/llvm/llvm-project/pull/133915
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co
@@ -2767,15 +2774,55 @@ MCSection
*TargetLoweringObjectFileGOFF::getExplicitSectionGlobal(
MCSection *TargetLoweringObjectFileGOFF::getSectionForLSDA(
const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const {
std::string Name = ".gcc_exception_table." +
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 2cd8edd1fff2a9d82902f70270b4209463a34cba
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/134313.diff
1 Files Affected:
- (modified) libcxx/docs/ReleaseNotes/20.rst (+11)
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 9e0ca5720bee96f4b19eeb69a119b5eda3ab5528
Requested by: @phoebewang
---
Full diff: https://github.com/llvm/llvm-project/pull/134331.diff
2 Files Affected:
- (modified) llvm/lib/Target/X86/X86ExpandP
llvmbot wrote:
@phoebewang What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/134331
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/134331
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/134331
Backport 9e0ca5720bee96f4b19eeb69a119b5eda3ab5528
Requested by: @phoebewang
>From 9310573c7c21d2464ab5bc7ff20908c4110fe1b6 Mon Sep 17 00:00:00 2001
From: Aaron Puchert
Date: Thu, 3 Apr 2025 15:56:53 +0200
Subj
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132442
>From 900a26a5e2a64a8c12c7cd593e957eb9148091b1 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] [clang] Template Specialization Resugaring - Template Type
A
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/134223
>From 77d879f7f891a9663ce086c88e57fc54cc094afa Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Sun, 30 Mar 2025 09:34:09 +0700
Subject: [PATCH] llvm-reduce: Add new pass to inline call sites
Added a primitiv
@@ -704,7 +713,10 @@ void BinaryContext::populateJumpTables() {
uint64_t NextJTAddress = 0;
auto NextJTI = std::next(JTI);
-if (NextJTI != JTE)
+if (isAArch64()) {
aaupov wrote:
Thanks for a suggestion, this part is a bit nuanced and needs a c
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132441
>From a010f379019906ebe8e05153810cc47d1cd64e5c Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] [clang] Template Specialization Resugaring - TypeDecl
This i
llvmbot wrote:
@frederick-vs-ja What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/134313
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailm
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/134313
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -2767,15 +2774,55 @@ MCSection
*TargetLoweringObjectFileGOFF::getExplicitSectionGlobal(
MCSection *TargetLoweringObjectFileGOFF::getSectionForLSDA(
const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const {
std::string Name = ".gcc_exception_table." +
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132442
>From 900a26a5e2a64a8c12c7cd593e957eb9148091b1 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] [clang] Template Specialization Resugaring - Template Type
A
quic-garvgupt wrote:
Hi @petrhosek , if this patch looks good after splitting, please approve the
PR. I would like to start merging the patches in this series. Thanks!
https://github.com/llvm/llvm-project/pull/121830
___
llvm-branch-commits mailing li
@@ -19,7 +19,7 @@
; CHECK:.quad L#PPA2-CELQSTRT * A(PPA2-CELQSTRT)
; CHECK: L#PPA1_void_test_0:
; CHECK:.long L#PPA2-L#PPA1_void_test_0 * Offset to PPA2
-; CHECK:.section"B_IDRL"
+; CHECK:.section".idrl"
redstar
@@ -223,21 +196,222 @@ void GOFFOstream::finalizeRecord() {
}
namespace {
+// A GOFFSymbol holds all the data required for writing an ESD record.
+class GOFFSymbol {
+public:
+ std::string Name;
+ uint32_t EsdId;
+ uint32_t ParentEsdId;
+ uint64_t Offset = 0; // Offset of
@@ -239,6 +309,102 @@ class GOFFWriter {
GOFFWriter::GOFFWriter(raw_pwrite_stream &OS, MCAssembler &Asm)
: OS(OS), Asm(Asm) {}
+GOFFSymbol GOFFWriter::createGOFFSymbol(StringRef Name, const GOFF::SDAttr
&Attr) {
+ return GOFFSymbol(Name, ++EsdIdCounter, Attr);
+}
+
+GOFF
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132441
>From a010f379019906ebe8e05153810cc47d1cd64e5c Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] [clang] Template Specialization Resugaring - TypeDecl
This i
github-actions[bot] wrote:
⚠️ We detected that you are using a GitHub private e-mail address to contribute
to the repo. Please turn off [Keep my email addresses
private](https://github.com/settings/emails) setting in your account. See
[LLVM
Discourse](https://discourse.llvm.org/t/hidden-email
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 2d1517d
Requested by: @Artem-B
---
Full diff: https://github.com/llvm/llvm-project/pull/134295.diff
1 Files Affected:
- (modified) clang/lib/Headers/__clang_cuda_intrinsics.h (+8-8)
``diff
dif
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 2d1517d
Requested by: @Artem-B
---
Full diff: https://github.com/llvm/llvm-project/pull/134295.diff
1 Files Affected:
- (modified) clang/lib/Headers/__clang_cuda_intrinsics.h (+8-8)
``di
llvmbot wrote:
@durga4github What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/134295
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/134295
___
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-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/134275.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp (+10-24)
``diff
diff --git a/llvm/
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132448
>From ad1ef07c4034404dadd7d8798c55af053f1dcd05 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Sun, 16 Mar 2025 13:44:04 -0300
Subject: [PATCH] [clang] resugar decltype of MemberExpr
This keeps around the
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132446
>From df203b5f1795b8e2baebf40cea9ccfc1b19f2ea7 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] WIP: [clang] Template Specialization Resugaring - Expressions
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/132448
>From ad1ef07c4034404dadd7d8798c55af053f1dcd05 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Sun, 16 Mar 2025 13:44:04 -0300
Subject: [PATCH] [clang] resugar decltype of MemberExpr
This keeps around the
redstar wrote:
> Does this make sense or am I missing something here?
I think that splitting the SD/ED/LD into 3 "section"s implies that a
MCSectionGOFF has a fundamentally different semantic than the other
MCSectionXXX. This is something I would like to avoid. On the other hand, the
SD/ED pa
https://github.com/thetruestblue approved this pull request.
https://github.com/llvm/llvm-project/pull/133832
___
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/mtrofin updated
https://github.com/llvm/llvm-project/pull/134192
>From e7921cb1e200eb5f7456b2a3879082e5b21681a6 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Wed, 2 Apr 2025 18:39:14 -0700
Subject: [PATCH] [ctxprof] Support for "move" semantics for the contextual
root
@@ -239,6 +309,102 @@ class GOFFWriter {
GOFFWriter::GOFFWriter(raw_pwrite_stream &OS, MCAssembler &Asm)
: OS(OS), Asm(Asm) {}
+GOFFSymbol GOFFWriter::createGOFFSymbol(StringRef Name, const GOFF::SDAttr
&Attr) {
+ return GOFFSymbol(Name, ++EsdIdCounter, Attr);
+}
+
+GOFF
https://github.com/redstar edited
https://github.com/llvm/llvm-project/pull/133799
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -2767,15 +2774,55 @@ MCSection
*TargetLoweringObjectFileGOFF::getExplicitSectionGlobal(
MCSection *TargetLoweringObjectFileGOFF::getSectionForLSDA(
const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const {
std::string Name = ".gcc_exception_table." +
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/134275
___
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/134275?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/134275
None
>From 94bafd4dced658cf81b4ab36af65496be827e848 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 3 Apr 2025 23:44:32 +0700
Subject: [PATCH] ObjCARCContract: Use stripPointerCastsAndAliases
---
.../
https://github.com/SamTebbs33 updated
https://github.com/llvm/llvm-project/pull/133090
>From d0a9e1c7e89abc5890d7303a2e22a9a56e2f022b Mon Sep 17 00:00:00 2001
From: Samuel Tebbs
Date: Wed, 26 Mar 2025 14:01:59 +
Subject: [PATCH 1/6] [LV] Reduce register usage for scaled reductions
---
...
Author: Finn Plummer
Date: 2025-04-03T09:38:32-07:00
New Revision: ae6728d3dd3943a291314604ced5b9a4b8b4f754
URL:
https://github.com/llvm/llvm-project/commit/ae6728d3dd3943a291314604ced5b9a4b8b4f754
DIFF:
https://github.com/llvm/llvm-project/commit/ae6728d3dd3943a291314604ced5b9a4b8b4f754.diff
@@ -239,6 +309,102 @@ class GOFFWriter {
GOFFWriter::GOFFWriter(raw_pwrite_stream &OS, MCAssembler &Asm)
: OS(OS), Asm(Asm) {}
+GOFFSymbol GOFFWriter::createGOFFSymbol(StringRef Name, const GOFF::SDAttr
&Attr) {
+ return GOFFSymbol(Name, ++EsdIdCounter, Attr);
+}
+
+GOFF
@@ -2759,6 +2760,12 @@ MCSection
*TargetLoweringObjectFileXCOFF::getSectionForLSDA(
//===--===//
TargetLoweringObjectFileGOFF::TargetLoweringObjectFileGOFF() = default;
+void TargetLoweringObjectFileGOFF::ge
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/133308
>From 46d771d97cd832f8f3c37b3bc580a22b6341a29e Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 27 Mar 2025 21:06:55 +0300
Subject: [PATCH] [BOLT] Make DataflowAnalysis::getStateBefore() const (N
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/133461
>From 43c034a7ccd057eb4e1c29daaa5f3ff882ae685a Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Wed, 19 Mar 2025 18:58:32 +0300
Subject: [PATCH 1/4] [BOLT] Gadget scanner: analyze functions without CF
uweigand wrote:
> I implemented the suggestion from @uweigand. The GOFF attributes are set
> directly at the `MCSectionGOFF`, and the `GOFFSymbolMapper` is gone. I still
> need to update a couple of tests, since now the section names have changed.
Thanks, I actually like this better. Looking
regehr wrote:
LGTM
https://github.com/llvm/llvm-project/pull/134213
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
regehr wrote:
so anyway, as a reasonably heavy llvm-reduce user, I'd be happy to see this
merged, but I don't have strong feelings if this ends up being the wrong thing
here.
https://github.com/llvm/llvm-project/pull/134223
___
llvm-branch-commits ma
regehr wrote:
in C-Reduce we had an inliner. it (and other transformations) routinely
increased the code size, but in general these were worthwhile since the
eventual reduced test ended up smaller than it otherwise would have.
there's still a legitimate policy question here, which is whether p
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/134223
Added a primitive heuristic to avoid blowing up the code size
which could use more thought.
This helps cleanup some basic examples I've been looking at where
there is a worse result when just running a bug throug
https://github.com/nikic edited https://github.com/llvm/llvm-project/pull/134223
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
> I'm somewhat skeptical that this really fits into llvm-reduce. Unless we make
> the heuristic so narrow that it's likely useless in most cases, we'll hit
> cases where inlining will reduce the size of the reduction.
Most of the time I'd prefer increased IR size for reduced code
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/133461
>From 465534f5d9a943332e1d1f72eaf5258aadf1bebc Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Wed, 19 Mar 2025 18:58:32 +0300
Subject: [PATCH 1/4] [BOLT] Gadget scanner: analyze functions without CF
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/133461
>From 465534f5d9a943332e1d1f72eaf5258aadf1bebc Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Wed, 19 Mar 2025 18:58:32 +0300
Subject: [PATCH 1/4] [BOLT] Gadget scanner: analyze functions without CF
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/133308
>From c7395a163286ee331fc601b35222f5a3d422d188 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 27 Mar 2025 21:06:55 +0300
Subject: [PATCH] [BOLT] Make DataflowAnalysis::getStateBefore() const (N
https://github.com/nikic commented:
I'm somewhat skeptical that this really fits into llvm-reduce. Unless we make
the heuristic so narrow that it's likely useless in most cases, we'll hit cases
where inlining will reduce the size of the reduction.
The proper way to do a reduction that involves
https://github.com/SamTebbs33 commented:
Apologies for the review requesting noise.
https://github.com/llvm/llvm-project/pull/133090
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo
https://github.com/dmpolukhin updated
https://github.com/llvm/llvm-project/pull/134232
>From 73ed00f5ef37fc19495bee13d0366fe093c5ac10 Mon Sep 17 00:00:00 2001
From: Dmitry Polukhin <34227995+dmpoluk...@users.noreply.github.com>
Date: Thu, 3 Apr 2025 08:27:13 +0100
Subject: [PATCH 1/2] [modules]
github-actions[bot] wrote:
@tstellar (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/134187
___
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/mizvekov updated
https://github.com/llvm/llvm-project/pull/132446
>From d226c8d46bda83e50de2b6fc1e9887251728b7b4 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 30 May 2022 01:46:31 +0200
Subject: [PATCH] WIP: [clang] Template Specialization Resugaring - Expressions
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/134223
___
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/134213?utm_source=stack-comment-downstack-mergeability-warning";
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/134223?utm_source=stack-comment-downstack-mergeability-warning";
@@ -587,6 +587,22 @@ class MCPlusBuilder {
return getNoRegister();
}
+ virtual MCPhysReg getSafelyMaterializedAddressReg(const MCInst &Inst) const {
+llvm_unreachable("not implemented");
+return getNoRegister();
+ }
kbeyls wrote:
Thanks, it's
llvmbot wrote:
@HerrCai0907 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/134215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/l
llvmbot wrote:
@llvm/pr-subscribers-clang-tidy
Author: None (llvmbot)
Changes
Backport 6333fa5160fbde4bd2cf6afe8856695c13ab621f
Requested by: @carlosgalvezp
---
Full diff: https://github.com/llvm/llvm-project/pull/134215.diff
13 Files Affected:
- (modified) clang-tools-extra/clang-tid
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: None (llvmbot)
Changes
Backport 6333fa5160fbde4bd2cf6afe8856695c13ab621f
Requested by: @carlosgalvezp
---
Full diff: https://github.com/llvm/llvm-project/pull/134215.diff
13 Files Affected:
- (modified) clang-tools-extra/cl
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/134215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/134215
Backport 6333fa5160fbde4bd2cf6afe8856695c13ab621f
Requested by: @carlosgalvezp
>From d868cc50a9aa0884a360c20179a8a921417d867c Mon Sep 17 00:00:00 2001
From: Carlos Galvez
Date: Thu, 3 Apr 2025 09:28:34 +0200
S
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/134213
___
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/134213
This is to support a new inline function reduction in llvm-reduce,
which should pre-filter callsites that are not eligible for inlining.
This code was mostly structured as a match and apply, with a few
exceptions
77 matches
Mail list logo