github-actions[bot] wrote:
@nikic (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.
htt
Author: Alan Phipps
Date: 2024-12-02T15:44:05-06:00
New Revision: c4ab7f0140cfab754b27468be2fc7143479c83f3
URL:
https://github.com/llvm/llvm-project/commit/c4ab7f0140cfab754b27468be2fc7143479c83f3
DIFF:
https://github.com/llvm/llvm-project/commit/c4ab7f0140cfab754b27468be2fc7143479c83f3.diff
L
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 8e6e62d0dee48a696afd0c7d53d74eaccef97b5e
8addd061964253a1100d76446569ff1f67e63a9c --e
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: Matt Arsenault (arsenm)
Changes
Co-authored-by: Sirish Pande
---
Full diff: https://github.com/llvm/llvm-project/pull/118304.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/VOP3Instructions.td (
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/108385
>From 4f5a7f198988a45fe64b9d1ba88e68a6d7f14e32 Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Thu, 12 Sep 2024 12:36:57 +
Subject: [PATCH 1/4] [TySan] Fix struct access with different bases
---
compiler
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
Co-authored-by: Sirish Pande
---
Full diff: https://github.com/llvm/llvm-project/pull/118304.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/VOP3Instructions.td (+17)
-
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 c960e4d69a31fa560f45d5b1eb4ba069f47467fb
8d7d2f2b8e335cbeef6fb698ab67c6c0bba4a14b --e
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87573
>From a8a5848885e12c771f12cfa33b4dbc6a0272e925 Mon Sep 17 00:00:00 2001
From: Prabhuk
Date: Mon, 22 Apr 2024 11:34:04 -0700
Subject: [PATCH 1/3] Update clang/lib/CodeGen/CodeGenModule.cpp
Cleaner if checks.
Co-
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87575
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87575
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87572
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87574
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87573
>From a8a5848885e12c771f12cfa33b4dbc6a0272e925 Mon Sep 17 00:00:00 2001
From: Prabhuk
Date: Mon, 22 Apr 2024 11:34:04 -0700
Subject: [PATCH 1/3] Update clang/lib/CodeGen/CodeGenModule.cpp
Cleaner if checks.
Co-
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
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 51530aeea8c18804034881c87236d1ab5ceb274f
045afe88e53f873cf027ab92af32c120a1d47d63 --e
Author: Petr Hosek
Date: 2024-11-13T23:32:07-08:00
New Revision: be995b825da9c12c8fead48d2e5ba575f154bddf
URL:
https://github.com/llvm/llvm-project/commit/be995b825da9c12c8fead48d2e5ba575f154bddf
DIFF:
https://github.com/llvm/llvm-project/commit/be995b825da9c12c8fead48d2e5ba575f154bddf.diff
LO
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 68bcb36981bce9b99ee70c3bd41443c6d44cd7ae
4a8feec5b0ac4967e28a871211d660468f3a0a93 --e
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
The following functionality is duplicated in multiple places: trying to parse
an APFloat from a floating point literal or an integer in hexadecimal
representation (bit pattern). Move it to a co
llvmbot wrote:
@llvm/pr-subscribers-llvm-adt
Author: Matthias Springer (matthias-springer)
Changes
Add two new keywords for parsing `nan` / `inf` floating-point literals. This is
more convenient that writing the integer hexadecimal bit patterns by hand
(which differ depending on the floa
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
Add two new keywords for parsing `nan` / `inf` floating-point literals. This is
more convenient that writing the integer hexadecimal bit patterns by hand
(whic
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
This commit adds a new `matchAndRewrite` overload to `ConversionPattern` to
support 1:N replacements. This is the first of two main PRs that merge the 1:1
and 1:N dialect conversion driver
llvmbot wrote:
@llvm/pr-subscribers-mlir-sparse
Author: Matthias Springer (matthias-springer)
Changes
This commit adds a new `matchAndRewrite` overload to `ConversionPattern` to
support 1:N replacements. This is the first of two main PRs that merge the 1:1
and 1:N dialect conversion driv
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: Akshat Oke (optimisan)
Changes
With this, all machine SSA optimization passes are available in the new codegen
pipeline.
---
Full diff: https://github.com/llvm/llvm-project/pull/116326.diff
16 Files Affected:
- (modified) llv
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: Daniil Kovalev (kovdan01)
Changes
1. Sign return address before storing into stack.
2. Treat lazy resolver address as signed.
---
Full diff: https://github.com/llvm/llvm-project/pull/116334.diff
4 Files Affected:
- (modified) lld/ELF/Arc
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch adds support for lowering OpenMP clauses and expressions attached to
constructs nested inside of a target region that need to be evaluated in the
host device.
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Akshat Oke (optimisan)
Changes
With this, all machine SSA optimization passes are available in the new codegen
pipeline.
---
Full diff: https://github.com/llvm/llvm-project/pull/116326.diff
16 Files Affected:
- (modified) llv
Author: Akshat Oke
Date: 2024-11-14T19:30:05+05:30
New Revision: 0cbf819ea5cba324f25edf135eb3ca00b9aa8d5e
URL:
https://github.com/llvm/llvm-project/commit/0cbf819ea5cba324f25edf135eb3ca00b9aa8d5e
DIFF:
https://github.com/llvm/llvm-project/commit/0cbf819ea5cba324f25edf135eb3ca00b9aa8d5e.diff
LO
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Pengcheng Wang (wangpc-pp)
Changes
We have defined `__riscv_cpu_model` variable in #101449. It contains
`mvendorid`, `marchid` and `mimpid` fields which are read via system
call `sys_riscv_hwprobe`.
We can support `__builtin_cpu_i
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Pengcheng Wang (wangpc-pp)
Changes
We have defined `__riscv_cpu_model` variable in #101449. It contains
`mvendorid`, `marchid` and `mimpid` fields which are read via system
call `sys_riscv_hwprobe`.
We can support `__builtin_cpu_is
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Pengcheng Wang (wangpc-pp)
Changes
We have defined `__riscv_cpu_model` variable in #101449. It contains
`mvendorid`, `marchid` and `mimpid` fields which are read via system
call `sys_riscv_hwprobe`.
We can support `__builtin_cpu_is` via co
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/113556
>From 7a6a02b21b7674b152cea40f7cb2ea2377315639 Mon Sep 17 00:00:00 2001
From: agozillon
Date: Fri, 4 Oct 2024 13:03:22 -0500
Subject: [PATCH] [OpenMP][MLIR] Descriptor explicit member map lowering
changes
Th
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Sander de Smalen (sdesmalen-arm)
Changes
f314e12 uses `requiresSaveVG` which was introduced in 334a366ba792, which is
also missing from the release/19.x branch.
I figured it made sense to cherry-pick that one as well.
---
Full d
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport 2dc0de753b6df83e35f3d98e0e6a26c95e3399c0
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/118181.diff
1 Files Affected:
- (modified) clang/lib/Driver/ToolChains
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/118181
Backport 2dc0de753b6df83e35f3d98e0e6a26c95e3399c0
Requested by: @androm3da
>From bfdc45c40118b6803389b92af14f56405df0f724 Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Fri, 29 Nov 2024 16:42:44 -0600
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/118181
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@MaskRay What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/118181
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: Yingwei Zheng (dtcxzyw)
Changes
Backport
https://github.com/llvm/llvm-project/commit/f7ef0721d60f85e1f699f8d1b83d4402ae19b122
---
Full diff: https://github.com/llvm/llvm-project/pull/118216.diff
5 Files Affected:
- (modified)
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Yingwei Zheng (dtcxzyw)
Changes
Backport
https://github.com/llvm/llvm-project/commit/f7ef0721d60f85e1f699f8d1b83d4402ae19b122
---
Full diff: https://github.com/llvm/llvm-project/pull/118216.diff
5 Files Affected:
- (modified
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: Serge Pavlov (spavloff)
Changes
Previously the function 'trunc' in non-default floating-point environment was
implemented with a special LLVM intrinsic 'experimental.constrained.trunc'.
Introduction of floating-point operand bun
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-backend-arm
Author: Serge Pavlov (spavloff)
Changes
Previously the function 'trunc' in non-default floating-point environment was
implemented with a special LLVM intrinsic 'experimental.constrained.trunc'.
Introduction of flo
graphite-app[bot] wrote:
## Your org has enabled the Graphite merge queue for merging into main
Add the label “FP Bundles” to the PR and Graphite will automatically add it to
the merge queue when it’s ready to merge.
You must have a Graphite account and log in to Graphite in order to use the
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 868660b970ac1a6af74e418e75097e05759350e2
3da7fd198007d6c3698c025bfb96ea5fb0ccca34 --e
github-actions[bot] wrote:
@AreaZR (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:
@alexey-bataev (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 P
github-actions[bot] wrote:
@heiher (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
llvmbot wrote:
@llvm/pr-subscribers-mlgo
Author: Akshat Oke (optimisan)
Changes
Similar to #117309.
The advisor and logger are accessed through the provider, which is served by
the new PM. Legacy PM forwards calls to the provider.
---
Patch is 29.18 KiB, truncated to 20.00 KiB below, f
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/95387
>From 620ee820a39ac1e92ee86f64d290ad32b8d426be Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Fri, 28 Jun 2024 16:12:31 +
Subject: [PATCH 1/3] [TySan] Fixed false positive when accessing global
object's m
Author: Julian Nagele
Date: 2024-12-03T10:24:06Z
New Revision: 4bac5f9cec8e73b14c5cfa0dd6d9c3656ea2cdd5
URL:
https://github.com/llvm/llvm-project/commit/4bac5f9cec8e73b14c5cfa0dd6d9c3656ea2cdd5
DIFF:
https://github.com/llvm/llvm-project/commit/4bac5f9cec8e73b14c5cfa0dd6d9c3656ea2cdd5.diff
LOG:
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.
Author: Thorsten Schütt
Date: 2024-12-05T07:03:46+01:00
New Revision: d999ae6cfdae05ee22a7df13e8a70ce14fc96684
URL:
https://github.com/llvm/llvm-project/commit/d999ae6cfdae05ee22a7df13e8a70ce14fc96684
DIFF:
https://github.com/llvm/llvm-project/commit/d999ae6cfdae05ee22a7df13e8a70ce14fc96684.dif
Author: Thorsten Schütt
Date: 2024-12-05T07:03:46+01:00
New Revision: d999ae6cfdae05ee22a7df13e8a70ce14fc96684
URL:
https://github.com/llvm/llvm-project/commit/d999ae6cfdae05ee22a7df13e8a70ce14fc96684
DIFF:
https://github.com/llvm/llvm-project/commit/d999ae6cfdae05ee22a7df13e8a70ce14fc96684.dif
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
@llvm/pr-subscribers-debuginfo
Author: Akshat Oke (optimisan)
Changes
Analyses should be marked as analyses.
Otherwise they are prone to get ignored by the legacy analysis cache mechanism
and get scheduled redundantly.
---
Full diff: h
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Akshat Oke (optimisan)
Changes
---
Patch is 21.50 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/118778.diff
17 Files Affected:
- (modified) llvm/include/llvm/CodeGen/LiveStacks.h
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Akshat Oke (optimisan)
Changes
---
Patch is 21.50 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/118778.diff
17 Files Affected:
- (modified) llvm/include/llvm/CodeGen/LiveStacks.h (
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-flang-fir-hlfir
Author: Krzysztof Parzyszek (kparzysz)
Changes
Update parsing of these two clauses and add semantic checks for them. Simplify
some code in IsReductionAllowedForType and CheckReductionOperator.
---
Patc
Author: Vitaly Buka
Date: 2024-12-05T10:42:58-08:00
New Revision: 58a44b8477349c449b2b2d0914cf8666a53d897d
URL:
https://github.com/llvm/llvm-project/commit/58a44b8477349c449b2b2d0914cf8666a53d897d
DIFF:
https://github.com/llvm/llvm-project/commit/58a44b8477349c449b2b2d0914cf8666a53d897d.diff
L
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 b8a4abd8a00a63cb494b0081d701b703e844c78e
1de7b3eb6d35437eea495a8c465958d0a98a61e9 --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 b8a4abd8a00a63cb494b0081d701b703e844c78e
a41e25d36f71591995ac7d97fa120395f7caf443 --e
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[NFC][Utils] Extract CloneFunctionBodyInto from CloneFunctionInto
Summary:
This and previously extracted `CloneFunction*Into` functions will be used in
later diffs.
Test Plan:
ninja check-ll
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[NFC][Utils] Extract BuildDebugInfoMDMap from CloneFunctionInto
Summary:
Extract the logic to build up a metadata map to use in metadata cloning
into a separate fu
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Artem Pianykh (artempyanykh)
Changes
Stacked PRs:
* #118630
* __->__#118629
* #118628
* #118627
* #118626
* #118625
* #118624
* #118623
* #118622
* #118621
* #118620
--- --- ---
### [Analysis] Add DebugInfoCache analysis
S
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[Coro] Use DebugInfoCache to speed up cloning in CoroSplitPass
Summary:
We can use a DebugInfoFinder from DebugInfoCache which is already primed on a
compile unit to speed
up collection of gl
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[Utils] Identity map global debug info on first use in CloneFunction*
Summary:
To avoid cloning 'global' debug info, CloneFunction implementation used to
eagerly identity map a known
subset o
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[NFC][Utils] Clone basic blocks after we're done with metadata in
CloneFunctionInto
Summary:
Moving the cloning of BBs after the metadata makes the flow of the
function a bit more straightfor
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[NFC][Utils] Extract CloneFunctionMetadataInto from CloneFunctionInto
Summary:
The new API expects the caller to populate the VMap. We need it this way
for a subsequent change around coroutine
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[NFC][Utils] Eliminate DISubprogram set from BuildDebugInfoMDMap
Summary:
Previously, we'd add all SPs distinct from the cloned one into a set.
Then when cloning a local scope we'd check if it
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?=
Message-ID:
In-Reply-To:
llvmbot wrote:
@llvm/pr-subscribers-offload
Author: Michał Górny (mgorny)
Changes
Backport the changes from #104647 and part of t
llvmbot wrote:
@llvm/pr-subscribers-lto
Author: Artem Pianykh (artempyanykh)
Changes
[NFC] Remove adhoc definition of MDMapT in IRMover
Summary:
The typedef was there probably because the type alias in ValueMap was private.
Test Plan:
ninja check-llvm-unit check-llvm
---
Full diff: http
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Co-authored-by: Jay Foad
---
Full diff: https://github.com/llvm/llvm-project/pull/118648.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cp
llvmbot wrote:
@llvm/pr-subscribers-coroutines
Author: Artem Pianykh (artempyanykh)
Changes
[Coro] Use DebugInfoCache to speed up cloning in CoroSplitPass
Summary:
We can use a DebugInfoFinder from DebugInfoCache which is already primed on a
compile unit to speed
up collection of global
llvmbot wrote:
@llvm/pr-subscribers-coroutines
@llvm/pr-subscribers-llvm-transforms
Author: Artem Pianykh (artempyanykh)
Changes
[Coro] Prebuild a global debug info set and share it between all coroutine
clones
Summary:
CoroCloner, by calling into CloneFunctionInto, does a lot of repeate
Author: Valentin Clement (バレンタイン クレメン)
Date: 2024-12-04T10:16:54-08:00
New Revision: 6abd04e62cb913d970e74b13486a0485e175cf02
URL:
https://github.com/llvm/llvm-project/commit/6abd04e62cb913d970e74b13486a0485e175cf02
DIFF:
https://github.com/llvm/llvm-project/commit/6abd04e62cb913d970e74b13486a0
Author: Vitaly Buka
Date: 2024-12-04T12:27:34-08:00
New Revision: 81890dc8a940ef3dec5bf7164202eb36ff7e1821
URL:
https://github.com/llvm/llvm-project/commit/81890dc8a940ef3dec5bf7164202eb36ff7e1821
DIFF:
https://github.com/llvm/llvm-project/commit/81890dc8a940ef3dec5bf7164202eb36ff7e1821.diff
L
Author: Benjamin Maxwell
Date: 2024-12-08T21:28:33Z
New Revision: 8498dafe9856865e1f9e4d1e3161bcc844e36053
URL:
https://github.com/llvm/llvm-project/commit/8498dafe9856865e1f9e4d1e3161bcc844e36053
DIFF:
https://github.com/llvm/llvm-project/commit/8498dafe9856865e1f9e4d1e3161bcc844e36053.diff
L
h-vetinari wrote:
How are out-of-tree builds supposed to work? I had added
`-DLLVM_ENABLE_RUNTIMES="flang-rt"` to our existing flang builds (which
leverage pre-built llvm, clang & mlir), and noticed that nothing related to
`flang_rt` gets built. Upon closer inspection, this is unsurprising, be
https://github.com/AreaZR created
https://github.com/llvm/llvm-project/pull/118866
A miscompilation issue has been addressed with improved handling.
Fixes: https://github.com/llvm/llvm-project/issues/118467. (cherry picked from
commit f68b0e36997322eeda8fd199ea80deb1b49c5410)
>From d43604fb50
https://github.com/AreaZR created
https://github.com/llvm/llvm-project/pull/118870
Fixes https://github.com/llvm/llvm-project/issues/117537.
(cherry picked from commit fc5c89900f2a4b50e0f3a88ef7c89115d93684f4)
>From 4fa5fee98753fe271bf63a2e3a2a12920dc98c70 Mon Sep 17 00:00:00 2001
From: Nikita
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Rose (AreaZR)
Changes
Fixes https://github.com/llvm/llvm-project/issues/117537.
(cherry picked from commit fc5c89900f2a4b50e0f3a88ef7c89115d93684f4)
---
Full diff: https://github.com/llvm/llvm-project/pull/118870.diff
2 Files
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Rose (AreaZR)
Changes
A miscompilation issue has been addressed with improved handling.
Fixes: https://github.com/llvm/llvm-project/issues/118467. (cherry picked from
commit f68b0e36997322eeda8fd199ea80deb1b49c5410)
---
Full di
AreaZR wrote:
@nikic This for real is the last one.
https://github.com/llvm/llvm-project/pull/118866
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AreaZR edited
https://github.com/llvm/llvm-project/pull/118866
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AreaZR edited
https://github.com/llvm/llvm-project/pull/118866
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: cor3ntin
Date: 2024-12-06T15:16:34+01:00
New Revision: 0320d20dbdcafec2a090006c9674f642e207db27
URL:
https://github.com/llvm/llvm-project/commit/0320d20dbdcafec2a090006c9674f642e207db27
DIFF:
https://github.com/llvm/llvm-project/commit/0320d20dbdcafec2a090006c9674f642e207db27.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-backend-arm
Author: Pengcheng Wang (wangpc-pp)
Changes
To reduce compile time.
This is a follow-up of #118787.
---
Full diff: https://github.com/llvm/llvm-project/pull/119194.diff
5 Files Affected:
- (modified) llvm/lib/CodeGen/MachineLICM.cpp (+3-
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: Pengcheng Wang (wangpc-pp)
Changes
To reduce compile time.
This is a follow-up of #118787.
---
Full diff: https://github.com/llvm/llvm-project/pull/119194.diff
5 Files Affected:
- (modified) llvm/lib/CodeGen/MachineLICM.cpp
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Akshat Oke (optimisan)
Changes
Makes Inline Spiller amenable for the new PM.
---
Full diff: https://github.com/llvm/llvm-project/pull/119181.diff
5 Files Affected:
- (modified) llvm/include/llvm/CodeGen/Spiller.h (+14-2)
- (mod
paperchalice wrote:
Ping? @aeubanks
https://github.com/llvm/llvm-project/pull/116913
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jeanPerier approved this pull request.
https://github.com/llvm/llvm-project/pull/119035
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/118770
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/118770
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/AreaZR closed
https://github.com/llvm/llvm-project/pull/118867
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
AreaZR wrote:
@nikic And that's a wrap! Literally nothing else here afterwards and we can
just focus on LLVM 20.
https://github.com/llvm/llvm-project/pull/118870
___
llvm-branch-commits mailing list
[email protected]
https://lists.ll
https://github.com/AreaZR updated
https://github.com/llvm/llvm-project/pull/118870
>From a6999f47a1dc8ce759ce748fa0b4410ae92cdc5d Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Wed, 27 Nov 2024 11:47:22 +0100
Subject: [PATCH] [SimpleLoopUnswitch] Fix LCSSA phi node invalidation
Fixes https:
h-vetinari wrote:
I built things as of ac1f46faeef2507bb680f14b9256ac38817824df in
https://github.com/conda-forge/flang-feedstock/pull/80, and getting the
following failure on linux:
```
[228/375] Linking CXX shared library lib/libFlangOpenMPTransforms.so.20.0git
FAILED: lib/libFlangOpenMPTrans
Author: Paul Kirth
Date: 2024-12-09T11:23:29-08:00
New Revision: b6196267463a356df89e922bb72c93a35b73d29c
URL:
https://github.com/llvm/llvm-project/commit/b6196267463a356df89e922bb72c93a35b73d29c
DIFF:
https://github.com/llvm/llvm-project/commit/b6196267463a356df89e922bb72c93a35b73d29c.diff
LO
@@ -15,6 +15,7 @@
# used for building this FortranFloat128Math library.
include(CheckLibraryExists)
+include(CheckIncludeFile)
jeanPerier wrote:
When using `-DFLANG_RUNTIME_F128_MATH_LIB=libquadmath`, I am seeing a failure
in my latest test where cmake `chec
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Sharadh Rajaraman (sharadhr)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/121046.diff
1 Files Affected:
- (modified) clang/lib/Driver/Driver.cpp (+2-2)
``diff
diff --git a/clang/lib/Driver/Driver.c
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Paul Kirth (ilovepi)
Changes
This version of the patch addresses the rtsan failure and mac build
issues by adjusting the CMake.
---
Full diff: https://github.com/llvm/llvm-project/pull/121820.diff
2 Files Affected:
- (modified) clang/c
https://github.com/jofrn edited https://github.com/llvm/llvm-project/pull/120640
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
6101 - 6200 of 66754 matches
Mail list logo