Author: S. Bharadwaj Yadavalli
Date: 2024-05-06T22:16:35-04:00
New Revision: 3be739599982371e6151561758928007d4dc2762
URL:
https://github.com/llvm/llvm-project/commit/3be739599982371e6151561758928007d4dc2762
DIFF:
https://github.com/llvm/llvm-project/commit/3be739599982371e6151561758928007d4dc2
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
This reverts commit 224e4cc516c747b4096fdbe4f2c8d46005eaaa65.
Sorting invalidated data indices that are used to lookup frequency
information for branch offsets or calls in NamesToBranches map.
Test Plan: update
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/91289
This reverts commit 224e4cc516c747b4096fdbe4f2c8d46005eaaa65.
Sorting invalidated data indices that are used to lookup frequency
information for branch offsets or calls in NamesToBranches map.
Test Plan: updated
@@ -424,19 +439,13 @@ static void convertFunctionLineTable(OutputAggregator
&Out, CUInfo &CUI,
auto LastLE = FI.OptLineTable->last();
if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line)
continue;
+
// Only push a row if it isn't an end seque
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport f34d30cdae0f59698f660d5cc8fb993fb3441064
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/91286.diff
3 Files Affected:
- (modified) llvm/lib/Transforms/IPO/Function
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/91286
Backport f34d30cdae0f59698f660d5cc8fb993fb3441064
Requested by: @nikic
>From f52cdf6d71642ce1dd63961437597059b6e06e91 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 7 May 2024 09:47:28 +0900
Subject: [P
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/91286
___
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 updated
https://github.com/llvm/llvm-project/pull/86356
>From a64c5d63a4df7f59845291ca0d634466713b1ff8 Mon Sep 17 00:00:00 2001
From: Florian Mayer
Date: Fri, 29 Mar 2024 16:53:52 -0700
Subject: [PATCH 1/4] update
Created using spr 1.3.4
---
llvm/lib/Target/AArch64/A
minglotus-6 wrote:
https://github.com/llvm/llvm-project/pull/87600 is a functional change and the
diffbase of this patch, and
`llvm/test/ThinLTO/X86/import_callee_declaration.ll` should be a test case for
both patches.
In the [diffbase](https://github.com/llvm/llvm-project/pull/87600), bitco
https://github.com/minglotus-6 edited
https://github.com/llvm/llvm-project/pull/88024
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
minglotus-6 wrote:
Tagging @jvoung since I cannot add you into reviewer.
https://github.com/llvm/llvm-project/pull/88024
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Mingming Liu (minglotus-6)
Changes
The goal is to generate `declaration` import status in the per-module combined
summaries, when the function's definition is not imported.
Implementation notes:
* ThinLink
1. Adds `-import-declaratio
llvmbot wrote:
@llvm/pr-subscribers-lto
Author: Mingming Liu (minglotus-6)
Changes
The goal is to generate `declaration` import status in the per-module combined
summaries, when the function's definition is not imported.
Implementation notes:
* ThinLink
1. Adds `-import-declaration` (
https://github.com/minglotus-6 ready_for_review
https://github.com/llvm/llvm-project/pull/88024
___
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/minglotus-6 edited
https://github.com/llvm/llvm-project/pull/88024
___
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/aaupov updated
https://github.com/llvm/llvm-project/pull/91278
___
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/aaupov updated
https://github.com/llvm/llvm-project/pull/91278
___
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/aaupov updated
https://github.com/llvm/llvm-project/pull/91273
>From 2a848b1ac92203f7821d79ffe7cf0d04846542f3 Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Mon, 6 May 2024 16:00:01 -0700
Subject: [PATCH] add blarge_new_bat_branchentry.preagg.txt
Created using spr 1.3.4
--
https://github.com/minglotus-6 updated
https://github.com/llvm/llvm-project/pull/88024
>From cfb63d775d43a28b560d938346f1dd4b2dddc765 Mon Sep 17 00:00:00 2001
From: mingmingl
Date: Thu, 4 Apr 2024 11:54:17 -0700
Subject: [PATCH 1/8] function import changes
---
llvm/include/llvm/IR/ModuleSumma
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
Test Plan: NFC
---
Full diff: https://github.com/llvm/llvm-project/pull/91278.diff
3 Files Affected:
- (modified) bolt/include/bolt/Profile/DataReader.h (+5-3)
- (modified) bolt/include/bolt/Profile/Profi
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/91278
Test Plan: NFC
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -424,19 +439,13 @@ static void convertFunctionLineTable(OutputAggregator
&Out, CUInfo &CUI,
auto LastLE = FI.OptLineTable->last();
if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line)
continue;
+
// Only push a row if it isn't an end seque
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
Fix an issue where the profile for all branches that have a BRANCHENTRY
is dropped. If the branch has an entry in BAT, it will be translated to
its input offset. We used to only permit the basic block offset as a
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/91273
Fix an issue where the profile for all branches that have a BRANCHENTRY
is dropped. If the branch has an entry in BAT, it will be translated to
its input offset. We used to only permit the basic block offset as a
b
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/90807
>From acf58ceb37d2aa917e8d84d243faadc58f5f3a7d Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Mon, 6 May 2024 13:35:04 -0700
Subject: [PATCH] Simplify IsReturn check
Created using spr 1.3.4
---
bolt/lib/Profil
Author: Florian Mayer
Date: 2024-05-06T12:00:07-07:00
New Revision: df1fd395bed1c87151e331d7f716a76df3ba4046
URL:
https://github.com/llvm/llvm-project/commit/df1fd395bed1c87151e331d7f716a76df3ba4046
DIFF:
https://github.com/llvm/llvm-project/commit/df1fd395bed1c87151e331d7f716a76df3ba4046.diff
RichardLuo0 wrote:
The checks error seems to have nothing to do with the changes
https://github.com/llvm/llvm-project/pull/91182
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llv
ilya-biryukov wrote:
After endless hours and recompilations, I finally have this to share.
It could probably be smaller, but I decided to share this as soon as it crashed
outside of our monorepo.
[module.tgz](https://github.com/llvm/llvm-project/files/15223606/module.tgz)
^^ If you run build.s
AtariDreams wrote:
Actually there may be a better solution I'm gonna look into it first
https://github.com/llvm/llvm-project/pull/91151
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
Author: Chen Zheng
Date: 2024-05-06T21:13:28+08:00
New Revision: 5714e4db0088ff5f8f016a437b61dd1176f7da07
URL:
https://github.com/llvm/llvm-project/commit/5714e4db0088ff5f8f016a437b61dd1176f7da07
DIFF:
https://github.com/llvm/llvm-project/commit/5714e4db0088ff5f8f016a437b61dd1176f7da07.diff
LO
Endilll wrote:
CC @AaronBallman
https://github.com/llvm/llvm-project/pull/89743
___
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/RichardLuo0 edited
https://github.com/llvm/llvm-project/pull/91182
___
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-libcxx
Author: RichardLuo (RichardLuo0)
Changes
This PR addresses a problem that headers may not be able to be found if
`#include` is used with std modules.
Consider the following file:
```cpp
#include
import std;
int main(int, const
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be
notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/RichardLuo0 created
https://github.com/llvm/llvm-project/pull/91182
This PR addresses a problem that headers may not be able to be found if
`#include` is used with std modules.
Consider the following file:
```cpp
#include
import std;
int main(int, const char **) { }
```
bo
Author: Mehdi Amini
Date: 2024-05-06T15:47:26+08:00
New Revision: 037743895cde439e45ceba5ab171db252d3c8e62
URL:
https://github.com/llvm/llvm-project/commit/037743895cde439e45ceba5ab171db252d3c8e62
DIFF:
https://github.com/llvm/llvm-project/commit/037743895cde439e45ceba5ab171db252d3c8e62.diff
L
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/91035
___
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 approved this pull request.
https://github.com/llvm/llvm-project/pull/91126
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
38 matches
Mail list logo