llvmbot wrote:
@AaronBallman What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/102968
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 123b6fc
Requested by: @qiongsiwu
---
Full diff: https://github.com/llvm/llvm-project/pull/102968.diff
7 Files Affected:
- (modified) clang/include/clang/Basic/Diagnos
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: None (llvmbot)
Changes
Backport 123b6fc
Requested by: @qiongsiwu
---
Full diff: https://github.com/llvm/llvm-project/pull/102968.diff
7 Files Affected:
- (modified) clang/include/clang/Basic/DiagnosticParseKinds.td (-3)
- (modi
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
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/103003
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/103003
Backport 7951673d408ee64744d0b924a49db78e8243d876
Requested by: @androm3da
>From 2a1c18b4d278bf981162b7c592ae4384fdfbdfb3 Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Mon, 12 Aug 2024 20:07:08 -0500
Subject
llvmbot wrote:
@mordante What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/103003
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 7951673d408ee64744d0b924a49db78e8243d876
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/103003.diff
3 Files Affected:
- (modified) libcxx/include/__memory/inout_ptr.h
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Sameer Sahasrabuddhe (ssahasra)
Changes
CreateControlFlowHub is a method that redirects control flow edges from a set
of incoming blocks to a set of outgoing blocks through a new set of "guard"
blocks. This is now refactored int
github-actions[bot] wrote:
@owenca (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.
ht
github-actions[bot] wrote:
@labath (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.
ht
github-actions[bot] wrote:
@asl (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
llvmbot wrote:
@llvm/pr-subscribers-llvm-adt
Author: Sameer Sahasrabuddhe (ssahasra)
Changes
1. CycleInfo efficiently locates all cycles in a single pass, while the SCC is
repeated inside every natural loop.
2. CycleInfo provides a hierarchy of irreducible cycles, and the new
implementa
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Sameer Sahasrabuddhe (ssahasra)
Changes
1. CycleInfo efficiently locates all cycles in a single pass, while the SCC is
repeated inside every natural loop.
2. CycleInfo provides a hierarchy of irreducible cycles, and the new
impl
github-actions[bot] wrote:
@ldionne (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.
h
github-actions[bot] wrote:
@ChuanqiXu9 (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.
github-actions[bot] wrote:
@qiongsiwu (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/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/103048
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@efriedma-quic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/103048
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/103048
Backport d550ada5ab6cd6e49de71ac4c9aa27ced4c11de0
Requested by: @cjacek
>From f1e58884bfc55c3ec83f3f882a4219bf48059fdc Mon Sep 17 00:00:00 2001
From: Jacek Caban
Date: Tue, 13 Aug 2024 13:39:42 +0200
Subject:
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: None (llvmbot)
Changes
Backport d550ada5ab6cd6e49de71ac4c9aa27ced4c11de0
Requested by: @cjacek
---
Full diff: https://github.com/llvm/llvm-project/pull/103048.diff
2 Files Affected:
- (modified) llvm/lib/Target/AArch64/AArch6
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
This was close to manually written full checks, and was missing
a change in a future commit.
---
Full diff: https://github.com/llvm/llvm-project/pull/103064.diff
1 Files Affected:
- (modified) l
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/103301
Backport d07f106e512c08455b76cc1889ee48318e73c810
Requested by: @syzaara
>From 84853313eed6b778285f6a1329837f2da0a5ff10 Mon Sep 17 00:00:00 2001
From: Zaara Syeda
Date: Wed, 7 Aug 2024 09:59:45 -0400
Subject:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/103301
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mandlebug What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/103301
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: None (llvmbot)
Changes
Backport d07f106e512c08455b76cc1889ee48318e73c810
Requested by: @syzaara
---
Full diff: https://github.com/llvm/llvm-project/pull/103301.diff
2 Files Affected:
- (modified) llvm/lib/Target/PowerPC/PPCFr
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Alexis Engelke (aengelke)
Changes
When looking at PHI operand for combining, only look at instructions and
arguments. The loop later iteraters over Arg's users, which is not
useful if Arg is a constant -- it's users are not meanin
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
@llvm/pr-subscribers-llvm-support
Author: Alexis Engelke (aengelke)
Changes
Replace the DenseMap from blocks to their innermost loop a vector
indexed by block numbers, when possible.
This requires updating the loop info when blocks are r
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/103403
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/103403
Backport ee2359968fa307ef45254c816e14df33374168cd
Requested by: @owenca
>From 62e19b39c71e79653918681acb5495d7e2598010 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Tue, 13 Aug 2024 12:39:33 -0700
Subject: [PA
llvmbot wrote:
@rymiel What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/103403
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport ee2359968fa307ef45254c816e14df33374168cd
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/103403.diff
2 Files Affected:
- (modified) clang/lib/Format/UnwrappedLinePar
Author: Fangrui Song
Date: 2024-08-13T18:58:45-07:00
New Revision: b8095578f0a12653958aa64c0b071e34879a6991
URL:
https://github.com/llvm/llvm-project/commit/b8095578f0a12653958aa64c0b071e34879a6991
DIFF:
https://github.com/llvm/llvm-project/commit/b8095578f0a12653958aa64c0b071e34879a6991.diff
h-vetinari wrote:
> How about waiting 2 weeks to see if there is any regression reports? If no,
> I'll try to ping you again to merge this.
That seems counter-intuitive. Yes there are projects using LLVM main, but it
would appear much more likely to me to get regression reports from the releas
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Matt Arsenault (arsenm)
Changes
Use LLSC or cmpxchg in the same cases as for the unsupported
integer operations. This required some fixups to the LLSC
implementatation to deal with the fp128 case.
---
Patch is 88.31 KiB, truncat
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Christudasan Devadasan (cdevadas)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/103721.diff
7 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.cpp (+1-1)
- (modified) llvm/lib/Ta
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/103768.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/SIISelLowering.cpp (+4-3)
- (modified)
llvm/test/Transforms/AtomicExp
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
When introducing the address space predicates, move and mutate
the original instruction, and clone for the shared case.
---
Full diff: https://github.com/llvm/llvm-project/pull/103769.diff
1 Files
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: John Brawn (john-brawn-arm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/103866.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+5)
``diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/103886
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/103886
Backport 73d78973fe072438f0f73088f889c66845b2b51a
Requested by: @amy-kwan
>From 40f2a4cd9c757868e81c350800316d880cf112f3 Mon Sep 17 00:00:00 2001
From: Gulfem Savrun Yeniceri
Date: Tue, 23 Jul 2024 11:06:30 +0
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Matt Arsenault (arsenm)
Changes
This should act like range.
---
Full diff: https://github.com/llvm/llvm-project/pull/103938.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Utils/Local.cpp (+6-1)
- (modified) llvm/test/Transfo
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/103939.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Utils/Local.cpp (+1)
- (modified) llvm/test/Transforms/InstCombine/loads
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/104027
Backport 019ef522756886caa258daf68d877f84abc1b878
Requested by: @jroelofs
>From 2521dd89d36b8d75515c5a847b1c85380147693d Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 14 Aug 2024 07:38:14 -0700
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/104027
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: None (llvmbot)
Changes
Backport 019ef522756886caa258daf68d877f84abc1b878
Requested by: @jroelofs
---
Full diff: https://github.com/llvm/llvm-project/pull/104027.diff
2 Files Affected:
- (modified) clang/lib/CodeGen/Targets/AArc
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Christudasan Devadasan (cdevadas)
Changes
This definition shouldn't be in AMDGPU TM.
---
Full diff: https://github.com/llvm/llvm-project/pull/104038.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUTargetMachine
cor3ntin wrote:
Yes merging that is fine, it fixes a regression
https://github.com/llvm/llvm-project/pull/102924
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/github-actions[bot] closed
https://github.com/llvm/llvm-project/pull/104042
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
This repository does not accept pull requests. Please follow
http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution
to LLVM.
https://github.com/llvm/llvm-project/pull/104042
___
llvm-branch-commits ma
https://github.com/github-actions[bot] locked
https://github.com/llvm/llvm-project/pull/104042
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: ChiaHungDuan
Date: 2024-08-14T08:44:01-07:00
New Revision: af92207904334c8de7d3c483dc6c635abe2f228e
URL:
https://github.com/llvm/llvm-project/commit/af92207904334c8de7d3c483dc6c635abe2f228e
DIFF:
https://github.com/llvm/llvm-project/commit/af92207904334c8de7d3c483dc6c635abe2f228e.diff
vient wrote:
I think you need to merge it yourself? I don't have rights to do it.
https://github.com/llvm/llvm-project/pull/102924
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
Author: Florian Mayer
Date: 2024-08-14T10:54:34-07:00
New Revision: b968a0229074ad32accd7feef50f4f5394d7ac96
URL:
https://github.com/llvm/llvm-project/commit/b968a0229074ad32accd7feef50f4f5394d7ac96
DIFF:
https://github.com/llvm/llvm-project/commit/b968a0229074ad32accd7feef50f4f5394d7ac96.diff
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/104117
Backport 4d08bb11eea5907fa9cdfe4c7bc9d5c91e79c6a7
Requested by: @ldionne
>From 983d8ddec66649977e90c61334d586e214dfd4e0 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Wed, 14 Aug 2024 14:04:22 -0400
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/104117
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 4d08bb11eea5907fa9cdfe4c7bc9d5c91e79c6a7
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/104117.diff
4 Files Affected:
- (modified) libcxx/include/complex (+6-3)
- (modi
Author: Valentin Clement (バレンタイン クレメン)
Date: 2024-08-14T13:44:34-07:00
New Revision: ec137c84529a30b16c051f6b633a7a7538bdc46c
URL:
https://github.com/llvm/llvm-project/commit/ec137c84529a30b16c051f6b633a7a7538bdc46c
DIFF:
https://github.com/llvm/llvm-project/commit/ec137c84529a30b16c051f6b633a7
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
In 8cf85653b6f5 "[DirectX] Make DXILOpBuilder's API more useable" we introduced
specialized createOp methods for each DirectX op for convenience, but the API
is buggy and untested. It also isn't actu
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
DXIL operations that only have one signature behave one of two ways - either
they are always suffixed with a type like `dx.op.ThreadId.i32` and hence have
exactly one overload, or they're never suffi
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
LLVMType is both too broad and too narrow for defining DXIL operations, in
different ways. It's too broad in the sense that we don't need the full set of
MVTs - the set of types DXIL operations work
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
This introduces an anonymous class "OpLowerer" to help with lowering DXIL ops,
and moves the DXILOpBuilder there instead of creating a new one for every
operation. DXILOpBuilder is also changed to ow
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
@llvm/pr-subscribers-backend-spir-v
@llvm/pr-subscribers-hlsl
Author: Justin Bogner (bogner)
Changes
This updates the "dxil-metadata-emit" pass flag to be spelled
"dxil-translate-metadata" to better match the pass name.
---
Full diff: h
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
This wires up dxil-op-lower, dxil-intrinsic-expansion, dxil-translate-metadata,
and dxil-pretty-printer to the new pass manager, both as a matter of future
proofing the backend and so that they can b
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
The `@llvm.dx.handle.fromBinding` intrinsic is lowered either to the
`CreateHandle` op or a pair of `CreateHandleFromBinding` and `AnnotateHandle`
ops, depending on the DXIL version. Regardless of th
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
The `@llvm.dx.typedBufferLoad` intrinsic is lowered to `@dx.op.bufferLoad`.
There's some complexity here due to translating from a vector return type to a
named struct and trying to avoid excessive I
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
The `@llvm.dx.typedBufferStore` intrinsic is lowered to `@dx.op.bufferStore`.
---
Full diff: https://github.com/llvm/llvm-project/pull/104253.diff
5 Files Affected:
- (modified) llvm/docs/Direct
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 3dd396dbdafff66dc208690b224cce1ecd0fc47a
8bc857ceae40b5c789df54f29a138db4532839aa --e
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/104403.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_common.h (+8-6)
``diff
diff --gi
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
They are quite noisy in used in test application.
---
Full diff: https://github.com/llvm/llvm-project/pull/104402.diff
1 Files Affected:
- (modified) compiler-rt/lib/asan/asan_poisoning.
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
Printing globals registration is internal debug
tracing and should be controlled with verbosity.
---
Full diff: https://github.com/llvm/llvm-project/pull/104404.diff
6 Files Affected:
-
github-actions[bot] wrote:
@nga888 (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.
ht
github-actions[bot] wrote:
@androm3da (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.
github-actions[bot] wrote:
@cjacek (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.
ht
github-actions[bot] wrote:
@syzaara (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.
h
github-actions[bot] wrote:
@owenca (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.
ht
github-actions[bot] wrote:
@jroelofs (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.
github-actions[bot] wrote:
@ldionne (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.
h
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Move the module level logic for resources into the pretty printer and translate
metadata passes rather than embedding them in the DXILResource helper. This
will make it easier to migrate towards the
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: Justin Bogner (bogner)
Changes
Handle target extension type resources when printing resources to textual IR.
---
Full diff: https://github.com/llvm/llvm-project/pull/104448.diff
5 Files Affected:
- (modified) llvm/include/llvm/
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Generate metadata from target extension type based resources.
Part of #91366
---
Full diff: https://github.com/llvm/llvm-project/pull/104447.diff
3 Files Affected:
- (modified) llvm/lib/Target/
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 09b57d9c203322d415c41eeaec6e8842409de620
67a1cc9be3446f61e6b6c3814690cc38f0d53dbd --e
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 33a3ace7dc16dd730589f69c333b21dcf6f3a318
f09a87ce0c5947569006ec44ab8423beff0dcc98 --e
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: Mircea Trofin (mtrofin)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/104491.diff
4 Files Affected:
- (modified) llvm/include/llvm/Analysis/CtxProfAnalysis.h (+4)
- (modified) llvm/lib/Analysis/CtxProfAnalys
Author: Mehdi Amini
Date: 2024-08-15T22:48:08+02:00
New Revision: cd07f471a0073256557c16fcb08595db74a7eba9
URL:
https://github.com/llvm/llvm-project/commit/cd07f471a0073256557c16fcb08595db74a7eba9
DIFF:
https://github.com/llvm/llvm-project/commit/cd07f471a0073256557c16fcb08595db74a7eba9.diff
L
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
@llvm/pr-subscribers-clang
Author: Fangrui Song (MaskRay)
Changes
-Wa,-mapsyms=implicit enables the alternative mapping symbol scheme
discussed at #99718.
While not conforming to the current aaelf64 ABI, the option is
invaluable for those w
Author: Martin Storsjö
Date: 2024-08-16T11:34:18+03:00
New Revision: d39fff2a6c7c77d6046a075e6119a4126d955b1a
URL:
https://github.com/llvm/llvm-project/commit/d39fff2a6c7c77d6046a075e6119a4126d955b1a
DIFF:
https://github.com/llvm/llvm-project/commit/d39fff2a6c7c77d6046a075e6119a4126d955b1a.diff
https://github.com/SundeepKushwaha updated
https://github.com/llvm/llvm-project/pull/102179
>From 56ed15517a94f797a0a71029280c9cf0c10e4bf3 Mon Sep 17 00:00:00 2001
From: yandalur
Date: Thu, 1 Aug 2024 21:37:23 +0530
Subject: [PATCH] [Hexagon] Do not optimize address of another function's block
SundeepKushwaha wrote:
LGTM. I don't think I have access to merge on 19.0 branch.
https://github.com/llvm/llvm-project/pull/102179
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
https://github.com/SpencerAbson created
https://github.com/llvm/llvm-project/pull/104602
The enablement of SVE/SME non-widening BFloat16 instructions was recently
changed in response to an architecture update, in which:
- FEAT_SVE_B16B16 was weakened
- FEAT_SME_B16B16 was introduce
https://github.com/SpencerAbson milestoned
https://github.com/llvm/llvm-project/pull/104602
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: None (SpencerAbson)
Changes
The enablement of SVE/SME non-widening BFloat16 instructions was recently
changed in response to an architecture update, in which:
- FEAT_SVE_B16B16 was weakened
- FEAT_SME_B16B16 was intr
https://github.com/SpencerAbson edited
https://github.com/llvm/llvm-project/pull/104602
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/104603
Backport 99696b35bc8a0054e0b0c1a26e8dd5049fa8c41b
Requested by: @ldionne
>From 64b1a3eca8f783468d7ee5a38d48e649881b2de3 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Fri, 16 Aug 2024 11:08:34 -0400
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/104603
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport 99696b35bc8a0054e0b0c1a26e8dd5049fa8c41b
Requested by: @ldionne
---
Full diff: https://github.com/llvm/llvm-project/pull/104603.diff
2 Files Affected:
- (modified) libcxx/include/span (+1-1)
- (modifie
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
Thouse modules still can have global constructors and access
globals in other modules which are not initialized yet.
---
Full diff: https://github.com/llvm/llvm-project/pull/104621.diff
4
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Vitaly Buka (vitalybuka)
Changes
Thouse modules still can have global constructors and access
globals in other modules which are not initialized yet.
---
Full diff: https://github.com/llvm/llvm-project/pull/104621.diff
4 Files
https://github.com/SpencerAbson updated
https://github.com/llvm/llvm-project/pull/104602
>From f04b2e8eea2f0d542cc6eea219dcf667cd4f3f7d Mon Sep 17 00:00:00 2001
From: Spencer Abson
Date: Fri, 16 Aug 2024 14:39:43 +
Subject: [PATCH 1/2] [AArch64] Adopt updated B16B16 target flags
The enable
https://github.com/SundeepKushwaha approved this pull request.
lgmt
https://github.com/llvm/llvm-project/pull/102179
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com
1301 - 1400 of 62179 matches
Mail list logo