https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/112815
Backport 67f576f31d661897c5da302b8611decb7e0f9237
Requested by: @owenca
>From d2c97f90d9b1fe0d6f239c6bf6483632be05483e Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Thu, 17 Oct 2024 19:56:09 -0700
Subject: [PA
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/112815
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 67f576f31d661897c5da302b8611decb7e0f9237
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/112815.diff
2 Files Affected:
- (modified) clang/lib/Format/UnwrappedLinePar
llvmbot wrote:
@mydeveloperday What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/112815
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailma
@@ -287,6 +287,34 @@ template LIBC_INLINE float16
eval_sinh_or_cosh(float16 x) {
lo, half_p_odd * exp2_hi_mid_diff, half_p_even * exp2_hi_mid_sum));
}
+// Generated by Sollya with the following commands:
+// > display = hexadecimal;
+// > for i from 0 to 31 do prin
https://github.com/lntue approved this pull request.
https://github.com/llvm/llvm-project/pull/112406
___
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/111796
Backport c136d3237a3c6230cfe1ab3f0f6790f903c54a27
Requested by: @davemgreen
>From b64f2902d1b01234f57888fcf78282bc7cddb293 Mon Sep 17 00:00:00 2001
From: David Green
Date: Wed, 9 Oct 2024 16:20:03 +0100
Subjec
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport c136d3237a3c6230cfe1ab3f0f6790f903c54a27
Requested by: @davemgreen
---
Full diff: https://github.com/llvm/llvm-project/pull/111796.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Vector
llvmbot wrote:
@RKSimon What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/111796
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/111796
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -3172,10 +3172,11 @@ static TemplateDeductionResult
ConvertDeducedTemplateArguments(
}
// Check whether we can actually use the default argument.
-if (S.CheckTemplateArgument(
-Param, DefArg, TD, TD->getLocation(),
TD->getSourceRange().getEnd(),
-
@@ -925,6 +925,8 @@ class Sema;
bool TookAddressOfOverload : 1;
+bool HasMatchedPackOnParmToNonPackOnArg : 1;
cor3ntin wrote:
Can you add a comment?
https://github.com/llvm/llvm-project/pull/111457
___
llv
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/111457
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/cor3ntin approved this pull request.
LGTM.
I don't think we need a changelog, the one from P0522 ought to be enough (we
can add details to it once everything is merged)
https://github.com/llvm/llvm-project/pull/111457
___
llvm-branc
Author: Hari Limaye
Date: 2024-10-10T15:01:50+01:00
New Revision: ecf019eb29dafbe4c649f2fb4d34d3d238419e40
URL:
https://github.com/llvm/llvm-project/commit/ecf019eb29dafbe4c649f2fb4d34d3d238419e40
DIFF:
https://github.com/llvm/llvm-project/commit/ecf019eb29dafbe4c649f2fb4d34d3d238419e40.diff
L
Author: jeanPerier
Date: 2024-10-10T17:24:23+02:00
New Revision: 7931f2ba5d2412af22b63318a941c9e3c4dbd8c5
URL:
https://github.com/llvm/llvm-project/commit/7931f2ba5d2412af22b63318a941c9e3c4dbd8c5
DIFF:
https://github.com/llvm/llvm-project/commit/7931f2ba5d2412af22b63318a941c9e3c4dbd8c5.diff
LO
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
…110408)
Fixes #109925.
---
Full diff: https://github.com/llvm/llvm-project/pull/111245.diff
3 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.cpp (+23-19)
- (modified) clang/lib/Format/Un
Author: Piyou Chen
Date: 2024-10-04T11:55:45+08:00
New Revision: 32174720649068de7c4ef97a484d777dba72e65c
URL:
https://github.com/llvm/llvm-project/commit/32174720649068de7c4ef97a484d777dba72e65c
DIFF:
https://github.com/llvm/llvm-project/commit/32174720649068de7c4ef97a484d777dba72e65c.diff
LO
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
Check invoked tool with `starts_with`
---
Full diff: https://github.com/llvm/llvm-project/pull/111072.diff
1 Files Affected:
- (modified) bolt/tools/driver/llvm-bolt.cpp (+2-2)
``diff
diff --git a
agozillon wrote:
Going to close this current version of the PR stack and open a new one with the
changes requested incorporated alongside some newer additions to add support
for indexing members at arbitrary depths and some other general fixes,
unfortunately lost track of what is in the PR sta
https://github.com/agozillon closed
https://github.com/llvm/llvm-project/pull/96265
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Farzon Lotfi (farzonl)
Changes
Windows does not support float C89 math functions like:
- acosf
- asinf
- atanf
- coshf
- sinhf
- tanhf These 6 libfuncs need to be type promoted.
This PR fixes the bug introduced by
https://github.com
Author: Vitaly Buka
Date: 2024-10-22T13:32:23-07:00
New Revision: 5ef06ef85d09f8a1e1fd5a7445724e40da9e6e5b
URL:
https://github.com/llvm/llvm-project/commit/5ef06ef85d09f8a1e1fd5a7445724e40da9e6e5b
DIFF:
https://github.com/llvm/llvm-project/commit/5ef06ef85d09f8a1e1fd5a7445724e40da9e6e5b.diff
L
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Florian Mayer (fmayer)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113390.diff
1 Files Affected:
- (modified) llvm/test/MC/AArch64/global-tagging.ll (+33-15)
``diff
diff --git a/llvm/test/MC/AA
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: Florian Mayer (fmayer)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113390.diff
1 Files Affected:
- (modified) llvm/test/MC/AArch64/global-tagging.ll (+33-15)
``diff
diff --git a/llvm/test/MC/AArch64/global-
Author: Justin Fargnoli
Date: 2024-10-22T15:58:31-07:00
New Revision: f40769c2d86c1b8e2b0d6d03209d70782103ae28
URL:
https://github.com/llvm/llvm-project/commit/f40769c2d86c1b8e2b0d6d03209d70782103ae28
DIFF:
https://github.com/llvm/llvm-project/commit/f40769c2d86c1b8e2b0d6d03209d70782103ae28.dif
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: Steven Wu (cachemeifyoucan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113367.diff
2 Files Affected:
- (modified) llvm/include/llvm/Support/raw_ostream_proxy.h (+23-9)
- (modified) llvm/unittests/Support/r
Author: Vitaly Buka
Date: 2024-10-22T13:05:15-07:00
New Revision: 1f8ba8d2b1fab78d1a730014bda2bb4ad72b4d1f
URL:
https://github.com/llvm/llvm-project/commit/1f8ba8d2b1fab78d1a730014bda2bb4ad72b4d1f
DIFF:
https://github.com/llvm/llvm-project/commit/1f8ba8d2b1fab78d1a730014bda2bb4ad72b4d1f.diff
L
Author: Daniel Hoekwater
Date: 2024-10-22T12:49:19-04:00
New Revision: c7b62e0697a5c9688f6d68a538fc68b74a5413fc
URL:
https://github.com/llvm/llvm-project/commit/c7b62e0697a5c9688f6d68a538fc68b74a5413fc
DIFF:
https://github.com/llvm/llvm-project/commit/c7b62e0697a5c9688f6d68a538fc68b74a5413fc.di
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: Steven Wu (cachemeifyoucan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/113361.diff
2 Files Affected:
- (modified) llvm/include/llvm/Support/raw_ostream_proxy.h (+23-9)
- (modified) llvm/unittests/Support/r
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: Steven Wu (cachemeifyoucan)
Changes
Add OutputBackend and OutputFile to the `llvm::vfs` namespace for
virtualizing compiler outputs. This is intended for use in Clang,
The headers are:
- llvm/Support/VirtualOutputConfig.h
- llvm/Su
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Steven Wu (cachemeifyoucan)
Changes
Adopt new virtual output backend in CompilerInstance.
---
Full diff: https://github.com/llvm/llvm-project/pull/113364.diff
2 Files Affected:
- (modified) clang/include/clang/Frontend/CompilerInstance
@@ -4,6 +4,7 @@
// https://github.com/llvm/llvm-project/issues/47137
#include
#include
+#include
gbMattN wrote:
The test uses uint64_t, which is in stdint.h. When I was running these tests,
not having that file included gave me a compile error.
https://gi
@@ -2663,6 +2657,8 @@ static llvm::omp::OpenMPOffloadMappingFlags
mapParentWithMembers(
auto mapOp = dyn_cast(mapData.MapClause[mapDataIndex]);
int firstMemberIdx = getMapDataMemberIdx(
mapData, getFirstOrLastMappedMemberPtr(mapOp, true));
+// NOTE/TODO: Sh
Author: Georgios Pinitas
Date: 2024-10-23T04:29:17+01:00
New Revision: 5811cd6c824cd4b62ec6e41e9d82c8120d6b11e0
URL:
https://github.com/llvm/llvm-project/commit/5811cd6c824cd4b62ec6e41e9d82c8120d6b11e0
DIFF:
https://github.com/llvm/llvm-project/commit/5811cd6c824cd4b62ec6e41e9d82c8120d6b11e0.di
NimishMishra wrote:
Thanks for the inputs @tblah.
>> Having it in a runtime library would make it easier for vendors to swap out
>> their own implementations e.g. maybe somebody already has a great MATMUL for
>> AMD GPUs and wants flang to use that, but the implementation is useless on a
>>
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Matt Arsenault (arsenm)
Changes
The test only depends on AArch64 as it should.
---
Full diff: https://github.com/llvm/llvm-project/pull/111983.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AArch64/vecreduce-propagate-s
https://github.com/SidManning approved this pull request.
https://github.com/llvm/llvm-project/pull/112040
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch improves error reporting in the MLIR to LLVM IR translation pass for
the 'omp' dialect by emitting descriptive errors when encountering clauses not
yet suppo
github-actions[bot] wrote:
@goldsteinn (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: Igor Kudrin
Date: 2024-10-28T16:12:16-07:00
New Revision: b0558fdef77d83c8609b56711aaa640ecde6c9a0
URL:
https://github.com/llvm/llvm-project/commit/b0558fdef77d83c8609b56711aaa640ecde6c9a0
DIFF:
https://github.com/llvm/llvm-project/commit/b0558fdef77d83c8609b56711aaa640ecde6c9a0.diff
L
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/113969
Backport 8c3b94f420a20a45dd07f3e12d6a6d649858f452
Requested by: @Patryk27
>From 661f649aacf844dfd89ca2af460eeeab92900d0e Mon Sep 17 00:00:00 2001
From: Ben Shi <[email protected]>
Date: Fri, 20 Sep 2024 11:40:0
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/113969
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: None (llvmbot)
Changes
Backport 8c3b94f420a20a45dd07f3e12d6a6d649858f452
Requested by: @Patryk27
---
Full diff: https://github.com/llvm/llvm-project/pull/113969.diff
2 Files Affected:
- (modified) llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBa
llvmbot wrote:
@jacquesguan What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/113969
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/l
github-actions[bot] wrote:
@bwendling (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: Nashe Mncube
Date: 2024-10-22T10:44:12+01:00
New Revision: aea8f8bdd47a66d650bc6c841952a0136fe871b4
URL:
https://github.com/llvm/llvm-project/commit/aea8f8bdd47a66d650bc6c841952a0136fe871b4
DIFF:
https://github.com/llvm/llvm-project/commit/aea8f8bdd47a66d650bc6c841952a0136fe871b4.diff
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: None (agozillon)
Changes
This PR is one of 3 in a PR stack, this is the primary change set which seeks
to extend the current derived type explicit member mapping support to handle
descriptor member mapping at arbitrary levels of ne
https://github.com/agozillon created
https://github.com/llvm/llvm-project/pull/113556
This is one of 3 PRs in a PR stack that aims to add support for explicit
mapping of allocatable members in derived types.
The primary changes in this PR are the OpenMPToLLVMIRTranslation.cpp changes,
which a
@@ -183,99 +347,69 @@ getComponentObject(std::optional object,
return getComponentObject(baseObj.value(), semaCtx);
}
-static void
-generateMemberPlacementIndices(const Object &object,
- llvm::SmallVectorImpl &indices,
-
@@ -145,11 +146,174 @@ createMapInfoOp(fir::FirOpBuilder &builder,
mlir::Location loc,
builder.getIntegerAttr(builder.getIntegerType(64, false), mapType),
builder.getAttr(mapCaptureType),
builder.getStringAttr(name), builder.getBoolAttr(partialMap));
-
ret
@@ -49,38 +51,95 @@ using DeclareTargetCapturePair =
// and index data when lowering OpenMP map clauses. Keeps track of the
// placement of the component in the derived type hierarchy it rests within,
// alongside the generated mlir::omp::MapInfoOp for the mapped component.
-st
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/92
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-flang-parser
@llvm/pr-subscribers-flang-fir-hlfir
Author: Krzysztof Parzyszek (kparzysz)
Changes
Warn about use of iterators OpenMP versions that didn't have them (support
added in 5.0). Emit a TODO error in lowering.
---
Full diff: https://github.com/
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 76edf72501cd6f66788c631fada95972a797a4a6
8f0c3621817d88afdf0283e3c9c296fc916c7d64 --e
@@ -0,0 +1,161 @@
+!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
agozillon wrote:
Makes sense to me as the FIR type system tends to be a bit egregious, I'll do
that for the main new tests I added in the PR, but going to avoid it in cases
where I'
@@ -907,28 +908,46 @@ void ClauseProcessor::processMapObjects(
object.ref(), clauseLocation, asFortran, bounds,
treatIndexAsSection);
+mlir::Value baseOp = info.rawInput;
+if (object.sym()->owner().IsDerivedType()) {
+ omp::ObjectList objec
@@ -225,32 +359,79 @@ class MapInfoFinalizationPass
fir::FirOpBuilder &builder,
mlir::Operation *target) {
auto mapClauseOwner =
-llvm::dyn_cast(target);
+llvm::dyn_cast_if_present(
+
Author: Alexey Bataev
Date: 2024-10-24T10:15:23-04:00
New Revision: 13ec08c99af070ad73804e2c48a3686ae9477f9b
URL:
https://github.com/llvm/llvm-project/commit/13ec08c99af070ad73804e2c48a3686ae9477f9b
DIFF:
https://github.com/llvm/llvm-project/commit/13ec08c99af070ad73804e2c48a3686ae9477f9b.diff
https://github.com/agozillon closed
https://github.com/llvm/llvm-project/pull/91
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/agozillon closed
https://github.com/llvm/llvm-project/pull/92
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Victor Campos (vhscampos)
Changes
This option is passed through to the multilib system. It is then used in
conjunction with other options to select the proper library variant.
Details about this change can be found in this thread:
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: None (agozillon)
Changes
makes progress on #99151
### Changes
- Added int_dx_radians intrinsic in IntrinsicsDirectX.td
- Added expansion for int_dx_radians in DXILIntrinsicExpansion.cpp`
- Added DXIL backend test case
### Related PRs
*
agozillon wrote:
Closing as it was an unintentional PR generation via SPR (someone elses PR
that's already landed)
https://github.com/llvm/llvm-project/pull/113546
___
llvm-branch-commits mailing list
[email protected]
https://lists.l
https://github.com/agozillon closed
https://github.com/llvm/llvm-project/pull/113546
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: None (agozillon)
Changes
makes progress on #99151
### Changes
- Added int_dx_radians intrinsic in IntrinsicsDirectX.td
- Added expansion for int_dx_radians in DXILIntrinsicExpansion.cpp`
- Added DXIL backend test case
### Relate
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Victor Campos (vhscampos)
Changes
Select library variants in the multilib system using the flags passed in the
'-fmultilib-flag=' format.
Multilib flags that were not passed in the command-line have their default
value fed into t
@@ -58,21 +67,62 @@ class MapInfoFinalizationPass
/*corresponding local alloca=*/fir::AllocaOp>
localBoxAllocas;
- void genDescriptorMemberMaps(mlir::omp::MapInfoOp op,
- fir::FirOpBuilder &builder,
-
@@ -82,104 +132,188 @@ class MapInfoFinalizationPass
// perform an alloca and then store to it and retrieve the data from the
new
// alloca.
if (mlir::isa(descriptor.getType())) {
- // If we have already created a local allocation for this BoxType,
- // w
https://github.com/agozillon commented:
Unfortunately had to create a new iteration of PRs for this stack, as I moved
machine and SPR decided that it didn't like that for some reason or other, but
I've moved away from using SPR for the moment and did the new ones "by hand".
So I am incredibly
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/92
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -145,11 +146,174 @@ createMapInfoOp(fir::FirOpBuilder &builder,
mlir::Location loc,
builder.getIntegerAttr(builder.getIntegerType(64, false), mapType),
builder.getAttr(mapCaptureType),
builder.getStringAttr(name), builder.getBoolAttr(partialMap));
-
ret
https://github.com/agozillon created
https://github.com/llvm/llvm-project/pull/113546
makes progress on #99151
### Changes
- Added int_dx_radians intrinsic in IntrinsicsDirectX.td
- Added expansion for int_dx_radians in DXILIntrinsicExpansion.cpp`
- Added DXIL backend test case
### Related PRs
https://github.com/agozillon edited
https://github.com/llvm/llvm-project/pull/92
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-mlir-openmp
Author: None (agozillon)
Changes
This is one of 3 PRs in a PR stack that aims to add support for explicit
mapping of allocatable members in derived types.
The primary changes in this PR are the OpenMPToLLVM
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 42a1660376e339add3abe8ee8d73073dc0b49432
71e52bbf7a1e3c6e29cc149089a0368942b40cb1 --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 38e5c8c7c5580224e0b3ae160491a0dcdf84490a
ac0662b44cde12758c3e1be946651151938ee846 --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 7792cf341a8c8f8bb3149be2c686333636a28b67
b35fe10335c9a5c6ab660310799d0c787b67d4e4 --e
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
The dialect conversion-based bufferization passes have been migrated to
One-Shot Bufferize about two years ago. To clean up the code base, this commit
removes the `func-bufferize` pass, one of
llvmbot wrote:
@llvm/pr-subscribers-mlir-sparse
Author: Matthias Springer (matthias-springer)
Changes
The dialect conversion-based bufferization passes have been migrated to
One-Shot Bufferize about two years ago. To clean up the code base, this commit
removes the `finalizing-bufferize`
llvmbot wrote:
@llvm/pr-subscribers-mlir-memref
Author: Matthias Springer (matthias-springer)
Changes
The dialect conversion-based bufferization passes have been migrated to
One-Shot Bufferize about two years ago. To clean up the code base, this commit
removes the `func-bufferize` pass,
llvmbot wrote:
@llvm/pr-subscribers-mlir-func
Author: Matthias Springer (matthias-springer)
Changes
The dialect conversion-based bufferization passes have been migrated to
One-Shot Bufferize about two years ago. To clean up the code base, this commit
removes the `func-bufferize` pass, on
llvmbot wrote:
@llvm/pr-subscribers-mlir-func
Author: Matthias Springer (matthias-springer)
Changes
This commit removes the last remaining components of the dialect
conversion-based bufferization passes.
Note for LLVM integration: If you depend on these components, migrate to
One-Shot B
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 7c2f6b68d81536889deae221db5df3565089b60b
9192d2d5329910bbc2e641ac979eef40760f --e
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 25.29 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/114144.diff
3 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPromoteAll
llvmbot wrote:
@llvm/pr-subscribers-mlir-bufferization
Author: Matthias Springer (matthias-springer)
Changes
This commit removes the last remaining components of the dialect
conversion-based bufferization passes.
Note for LLVM integration: If you depend on these components, migrate to
O
llvmbot wrote:
@llvm/pr-subscribers-mlir-bufferization
Author: Matthias Springer (matthias-springer)
Changes
Multiple `func.return` ops inside of a `func.func` op are now supported during
bufferization. This PR extends the code base in 3 places:
- When inferring function return types, `m
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
Multiple `func.return` ops inside of a `func.func` op are now supported during
bufferization. This PR extends the code base in 3 places:
- When inferring function return types, `memref.cast` op
llvmbot wrote:
@llvm/pr-subscribers-mlir-bufferization
Author: Matthias Springer (matthias-springer)
Changes
The dialect conversion-based bufferization passes have been migrated to
One-Shot Bufferize about two years ago. To clean up the code base, this commit
removes the `finalizing-buff
llvmbot wrote:
@llvm/pr-subscribers-platform-windows
Author: Steven Wu (cachemeifyoucan)
Changes
Add parameter to file lock API to allow exclusive file lock. Both Unix
and Windows support lock the file exclusively for write for one process
and LLVM OnDiskCAS uses exclusive file lock to coo
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This did not consider the IR change to allow a scalar base with a vector
offset part. Reject any users that are not explicitly handled.
In this situation we could handle the vector GEP, but that is
github-actions[bot] wrote:
@mgorny (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
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/114089
___
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/114089
Backport c3d3cef8d58377b02032b07b5f094a402a70435a
Requested by: @topperc
>From 55446b4aa6610362e05181c9680c828a98ae34e9 Mon Sep 17 00:00:00 2001
From: Craig Topper
Date: Sun, 22 Sep 2024 22:31:36 -0700
Subject
llvmbot wrote:
@wangpc-pp What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/114089
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/lis
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: None (llvmbot)
Changes
Backport c3d3cef8d58377b02032b07b5f094a402a70435a
Requested by: @topperc
---
Full diff: https://github.com/llvm/llvm-project/pull/114089.diff
2 Files Affected:
- (modified) llvm/lib/Target/RISCV/MCTargetDesc/RISCVMC
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: None (llvmbot)
Changes
Backport c3d3cef8d58377b02032b07b5f094a402a70435a
Requested by: @topperc
---
Full diff: https://github.com/llvm/llvm-project/pull/114089.diff
2 Files Affected:
- (modified) llvm/lib/Target/RISCV/MCTarget
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
cor3ntin wrote:
@tru Yes! (This fixes a few regression that are addressed in main in using a
much more intrusive set of changes)
https://github.com/llvm/llvm-project/pull/113182
___
llvm-branch-commits mailing list
[email protected]
h
github-actions[bot] wrote:
@falbrechtskirchinger (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
5201 - 5300 of 66724 matches
Mail list logo