@@ -9099,9 +9099,10 @@ void CGOpenMPRuntime::emitUserDefinedMapper(const
OMPDeclareMapperDecl *D,
CGM.getCXXABI().getMangleContext().mangleCanonicalTypeName(Ty, Out);
std::string Name = getName({"omp_mapper", TyStr, D->getName()});
- auto *NewFn = OMPBuilder.emitUserDefi
https://github.com/nikic updated
https://github.com/llvm/llvm-project/pull/125837
>From 88f8956711f7c8d306d08fff8603d6b99e8302c1 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Tue, 4 Feb 2025 16:37:21 +0100
Subject: [PATCH 1/3] [mlir] Fix MLIRTestDialect dependency in MLIRTestIR
This is a t
Author: Nikita Popov
Date: 2025-02-11T14:59:41+01:00
New Revision: 88f8956711f7c8d306d08fff8603d6b99e8302c1
URL:
https://github.com/llvm/llvm-project/commit/88f8956711f7c8d306d08fff8603d6b99e8302c1
DIFF:
https://github.com/llvm/llvm-project/commit/88f8956711f7c8d306d08fff8603d6b99e8302c1.diff
jhuber6 wrote:
> @jhuber6 Can you take a look at these test failures.
Looks green now.
https://github.com/llvm/llvm-project/pull/125912
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
inbelic wrote:
Rebasing onto the lexer pr api changes of using `ConsumeToken`/`PeekNextToken`
instead of pre-allocating the tokens
https://github.com/llvm/llvm-project/pull/122982
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://github.com/ritter-x2a created
https://github.com/llvm/llvm-project/pull/126762
gfx940 and gfx941 are no longer supported. This is one of a series of
PRs to remove them from the code base.
This PR removes all occurrences of gfx940/gfx941 from clang that can be
removed without changes in
ritter-x2a 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/126763?utm_source=stack-comment-downstack-mergeability-warnin
ritter-x2a 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/126762?utm_source=stack-comment-downstack-mergeability-warnin
https://github.com/TIFitis updated
https://github.com/llvm/llvm-project/pull/120994
>From 57858d2e19897a72057464bd33311d2cd4d4f156 Mon Sep 17 00:00:00 2001
From: Akash Banerjee
Date: Mon, 23 Dec 2024 20:53:47 +
Subject: [PATCH 1/2] Add mapper field to mapInfoOp.
---
flang/lib/Lower/OpenMP
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Fabian Ritter (ritter-x2a)
Changes
gfx940 and gfx941 are no longer supported. This is one of a series of
PRs to remove them from the code base.
This PR removes all occurrences of gfx940/gfx941 from clang that can be
removed without changes
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Fabian Ritter (ritter-x2a)
Changes
gfx940 and gfx941 are no longer supported. This is one of a series of
PRs to remove them from the code base.
This PR removes all occurrences of gfx940/gfx941 from clang that can be
removed withou
https://github.com/shiltian approved this pull request.
https://github.com/llvm/llvm-project/pull/126762
___
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-clang-driver
Author: Fabian Ritter (ritter-x2a)
Changes
gfx940 and gfx941 are no longer supported. This is one of a series of
PRs to remove them from the code base.
This PR removes all occurrences of gfx940/gfx941 from clang that can be
removed without
https://github.com/ritter-x2a ready_for_review
https://github.com/llvm/llvm-project/pull/126762
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -106,8 +106,6 @@ enum class OffloadArch {
GFX90a,
GFX90c,
GFX9_4_GENERIC,
- GFX940,
- GFX941,
jhuber6 wrote:
Seems bizarre to just fully remove support when we still accept things like
`gfx600` to this day. As far as I understand, these are basical
@@ -106,8 +106,6 @@ enum class OffloadArch {
GFX90a,
GFX90c,
GFX9_4_GENERIC,
- GFX940,
- GFX941,
shiltian wrote:
I think the discussion yesterday decided to simply just remove them w/o more
explanation and aliases.
https://github.com/llvm/llvm-projec
@@ -1003,6 +1006,20 @@ void ClauseProcessor::processMapObjects(
}
}
+if (!mapperIdName.empty()) {
TIFitis wrote:
The if is contained in a loop and I want the if to execute only the first
iteration. So this replacement won't be helpful here.
ht
@@ -0,0 +1,85 @@
+! This test checks lowering of OpenMP declare mapper Directive.
+
+! RUN: split-file %s %t
+! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=50
%t/omp-declare-mapper-1.f90 -o - | FileCheck %t/omp-declare-mapper-1.f90
+! RUN: %flang_fc1 -emit-hlfir -fopenm
https://github.com/jhuber6 approved this pull request.
Okay, so I guess we can delete these because the cards that corresponded to
these were never fully released as I understand it.
https://github.com/llvm/llvm-project/pull/126762
___
llvm-branch-com
https://github.com/arsenm requested changes to this pull request.
Should just leave the subtarget feature name alone. It's not worth the trouble,
and this will now start spewing warnings on old IR (due to unnecessary
target-features spam clang should stop emitting). It really should have been
@@ -1003,6 +1006,20 @@ void ClauseProcessor::processMapObjects(
}
}
+if (!mapperIdName.empty()) {
skatrak wrote:
Nevermind, thank you for bringing to my attention that this is inside of a loop.
https://github.com/llvm/llvm-project/pull/121001
_
https://github.com/ritter-x2a ready_for_review
https://github.com/llvm/llvm-project/pull/126763
___
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/jhuber6 edited
https://github.com/llvm/llvm-project/pull/126762
___
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/TIFitis updated
https://github.com/llvm/llvm-project/pull/121001
>From 107f59d06dcb0523e373682b5879bb79c824bb2f Mon Sep 17 00:00:00 2001
From: Akash Banerjee
Date: Mon, 23 Dec 2024 21:13:42 +
Subject: [PATCH 1/5] Add flang lowering changes for mapper field in map
clause.
https://github.com/AmrDeveloper updated
https://github.com/llvm/llvm-project/pull/126607
>From 8886b33981f73da04adadb3e02a740b8e376e042 Mon Sep 17 00:00:00 2001
From: AmrDeveloper
Date: Mon, 10 Feb 2025 23:03:15 +0100
Subject: [PATCH 1/2] release/20.x: [llvm-objcopy][ReleaseNotes] Fix prints
w
@@ -460,6 +460,8 @@ Changes to the LLVM tools
`--localize-symbol`, `--localize-symbols`,
`--skip-symbol`, `--skip-symbols`.
+* llvm-objcopy now prints the correct file path in the error message when the
output file specified by --dump-section cannot be opened.
---
@@ -3529,6 +3549,84 @@ static void genMapInfos(llvm::IRBuilderBase &builder,
}
}
+static llvm::Expected
+emitUserDefinedMapper(Operation *declMapperOp, llvm::IRBuilderBase &builder,
+ LLVM::ModuleTranslation &moduleTranslation);
+
+static llvm::Expected
@@ -106,8 +106,6 @@ enum class OffloadArch {
GFX90a,
GFX90c,
GFX9_4_GENERIC,
- GFX940,
- GFX941,
jhuber6 wrote:
So `--offload-arch=gfx940` will be a hard error after working at least since
clang 16? That sounds very silly.
https://github.com/llvm/llv
https://github.com/TIFitis updated
https://github.com/llvm/llvm-project/pull/121005
>From 0cba204faac851d186470b74aab3601a987e0f2d Mon Sep 17 00:00:00 2001
From: Akash Banerjee
Date: Mon, 23 Dec 2024 21:50:03 +
Subject: [PATCH 1/2] Add OpenMP to LLVM dialect conversion support for
DeclareM
@@ -1,7 +1,10 @@
-; RUN: not --crash opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx940
-passes='amdgpu-attributor,function(amdgpu-lower-kernel-arguments)'
-amdgpu-kernarg-preload-count=16 -S < %s 2>&1 | FileCheck %s
+; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx940
-passes='amdgpu-
https://github.com/mydeveloperday approved this pull request.
https://github.com/llvm/llvm-project/pull/126479
___
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/fhahn approved this pull request.
LGTM, thanks although I am surprised the bot requested a review from myself.
Maybe it should have asked @nikic as well, who reviewed the original PR?
https://github.com/llvm/llvm-project/pull/126718
___
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/118462
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -0,0 +1,43 @@
+// RUN: %clang_cc1 -finclude-default-header -triple
dxil-pc-shadermodel6.3-compute \
+// RUN: -fnative-half-type -emit-llvm -disable-llvm-passes -o - %s |
FileCheck %s
+
+// CHECK: %"struct.__cblayout_$Globals" = type { float, float,
%struct.__cblayout_S }
+
@@ -5753,6 +5765,30 @@ void HLSLBufferDecl::addLayoutStruct(CXXRecordDecl *LS) {
addDecl(LS);
}
+void HLSLBufferDecl::addDefaultBufferDecl(Decl *D) {
+ assert(isImplicit() &&
+ "default decls can only be added to the implicit/default constant "
+ "buffer $Gl
@@ -5072,6 +5080,20 @@ class HLSLBufferDecl final : public NamedDecl, public
DeclContext {
return static_cast(const_cast(DC));
}
+ // Iterator for the buffer decls. Concatenates the list of decls parented
spall wrote:
I just want to clarify what this
@@ -159,11 +159,16 @@ class SemaHLSL : public SemaBase {
// List of all resource bindings
ResourceBindings Bindings;
+ // default constant buffer $Globals
+ HLSLBufferDecl *DefaultCBuffer;
+
private:
void collectResourcesOnVarDecl(VarDecl *D);
void collectResource
@@ -286,10 +286,7 @@ void CGHLSLRuntime::emitBufferGlobalsAndMetadata(const
HLSLBufferDecl *BufDecl,
.str( &&
"layout type does not match the converted element type");
-// there might be resources inside the used defined st
llvmbot wrote:
@llvm/pr-subscribers-offload
Author: None (llvmbot)
Changes
Backport baf7a3c1e561ff7e3f7da2261ce1012c4f2ba1c0
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/126795.diff
2 Files Affected:
- (modified) offload/plugins-nextgen/common/includ
https://github.com/jplehr approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/126795
___
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/126795
Backport baf7a3c1e561ff7e3f7da2261ce1012c4f2ba1c0
Requested by: @jhuber6
>From c03f46f2f0eac60ee407a6c645cfdb62e97fa77b Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Tue, 11 Feb 2025 14:57:31 -0600
Subject
llvmbot wrote:
@jplehr What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/126795
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/126795
___
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/tstellar closed
https://github.com/llvm/llvm-project/pull/126795
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@jhuber6 (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
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87574
>From 1d7ee612e408ee7e64e984eb08e6d7089a435d09 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Sun, 2 Feb 2025 00:58:49 +
Subject: [PATCH] Simplify MIR test.
Created using spr 1.3.6-beta.1
---
...
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126767
>From 923d35bcf76529ba3afe736d160cb6be12b63e24 Mon Sep 17 00:00:00 2001
From: higher-performance
Date: Tue, 11 Feb 2025 01:52:13 -0500
Subject: [PATCH] Fix false positive of
[[clang::require_explicit_initializa
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126767
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: higher-performance
Date: 2025-02-11T13:22:17-08:00
New Revision: 923d35bcf76529ba3afe736d160cb6be12b63e24
URL:
https://github.com/llvm/llvm-project/commit/923d35bcf76529ba3afe736d160cb6be12b63e24
DIFF:
https://github.com/llvm/llvm-project/commit/923d35bcf76529ba3afe736d160cb6be12b63e24.
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87574
>From 1d7ee612e408ee7e64e984eb08e6d7089a435d09 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Sun, 2 Feb 2025 00:58:49 +
Subject: [PATCH] Simplify MIR test.
Created using spr 1.3.6-beta.1
---
...
github-actions[bot] wrote:
@higher-performance (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 t
https://github.com/Prabhuk edited
https://github.com/llvm/llvm-project/pull/87574
___
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/Prabhuk closed
https://github.com/llvm/llvm-project/pull/87572
___
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/tstellar closed
https://github.com/llvm/llvm-project/pull/126685
___
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 updated
https://github.com/llvm/llvm-project/pull/126685
>From ac97cff5a3684be98f4863191f0006cdf0fa89b4 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Tue, 11 Feb 2025 14:08:47 +0800
Subject: [PATCH] [C++20] [Modules] Don't diagnose duplicated declarations in
differ
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.
@@ -3631,6 +3631,12 @@ bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) {
CLI.NumResultRegs = RVLocs.size();
CLI.Call = MIB;
+ // Add call site info for call graph section.
+ if (TM.Options.EmitCallGraphSection && CB && CB->isIndirectCall()) {
+MachineFunction:
Author: Mikołaj Piróg
Date: 2025-02-11T14:09:54-08:00
New Revision: f33b128b3dc147a973cef55222549345b3201ad5
URL:
https://github.com/llvm/llvm-project/commit/f33b128b3dc147a973cef55222549345b3201ad5
DIFF:
https://github.com/llvm/llvm-project/commit/f33b128b3dc147a973cef55222549345b3201ad5.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126687
>From f33b128b3dc147a973cef55222549345b3201ad5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miko=C5=82aj=20Pir=C3=B3g?=
Date: Mon, 10 Feb 2025 05:48:02 +0100
Subject: [PATCH] [AVX10.2] Fix wrong intrinsic names afte
github-actions[bot] wrote:
@phoebewang (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 updated
https://github.com/llvm/llvm-project/pull/126492
>From 9bbf3a98b793f8fc6269a20a026ca6fe029a1790 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Fri, 7 Feb 2025 12:41:06 +0100
Subject: [PATCH 1/2] [IndVars] Add test for #126012 (NFC)
(cherry picked from comm
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126479
>From bc87f9b80946dfe651d953c2fb4967ea32277a34 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sat, 8 Feb 2025 23:22:33 -0800
Subject: [PATCH] [clang-format] Handle C-style cast of member function pointer
type (#
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126479
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Owen Pan
Date: 2025-02-11T14:20:03-08:00
New Revision: bc87f9b80946dfe651d953c2fb4967ea32277a34
URL:
https://github.com/llvm/llvm-project/commit/bc87f9b80946dfe651d953c2fb4967ea32277a34
DIFF:
https://github.com/llvm/llvm-project/commit/bc87f9b80946dfe651d953c2fb4967ea32277a34.diff
LOG:
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
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126607
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Amr Hesham
Date: 2025-02-11T14:22:01-08:00
New Revision: d43a97163c43d3cfbfc7c11287aea2233bc7ffb4
URL:
https://github.com/llvm/llvm-project/commit/d43a97163c43d3cfbfc7c11287aea2233bc7ffb4
DIFF:
https://github.com/llvm/llvm-project/commit/d43a97163c43d3cfbfc7c11287aea2233bc7ffb4.diff
LO
Author: Chuanqi Xu
Date: 2025-02-11T14:05:14-08:00
New Revision: ac97cff5a3684be98f4863191f0006cdf0fa89b4
URL:
https://github.com/llvm/llvm-project/commit/ac97cff5a3684be98f4863191f0006cdf0fa89b4
DIFF:
https://github.com/llvm/llvm-project/commit/ac97cff5a3684be98f4863191f0006cdf0fa89b4.diff
LO
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/12
>From 1c36697fbb554b49b00bd2e9bd842ffcb73d9a0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miko=C5=82aj=20Pir=C3=B3g?=
Date: Tue, 11 Feb 2025 06:13:36 +0100
Subject: [PATCH] [AVX10.2] Fix wrong mask casting in some
Author: Mikołaj Piróg
Date: 2025-02-11T14:07:33-08:00
New Revision: 1c36697fbb554b49b00bd2e9bd842ffcb73d9a0f
URL:
https://github.com/llvm/llvm-project/commit/1c36697fbb554b49b00bd2e9bd842ffcb73d9a0f
DIFF:
https://github.com/llvm/llvm-project/commit/1c36697fbb554b49b00bd2e9bd842ffcb73d9a0f.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/12
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@phoebewang (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/126687
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Nikita Popov
Date: 2025-02-11T14:12:42-08:00
New Revision: 94c1a8ea1bfea3cbd7191783c85b2cead642f653
URL:
https://github.com/llvm/llvm-project/commit/94c1a8ea1bfea3cbd7191783c85b2cead642f653
DIFF:
https://github.com/llvm/llvm-project/commit/94c1a8ea1bfea3cbd7191783c85b2cead642f653.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126493
___
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 updated
https://github.com/llvm/llvm-project/pull/126493
>From 94c1a8ea1bfea3cbd7191783c85b2cead642f653 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 10 Feb 2025 10:34:03 +0100
Subject: [PATCH] [DSE] Don't use initializes on byval argument (#126259)
There ar
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
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
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: Nikita Popov
Date: 2025-02-11T14:14:21-08:00
New Revision: af970cd8753c37e7fcf66b6211f2a2d1e261325c
URL:
https://github.com/llvm/llvm-project/commit/af970cd8753c37e7fcf66b6211f2a2d1e261325c
DIFF:
https://github.com/llvm/llvm-project/commit/af970cd8753c37e7fcf66b6211f2a2d1e261325c.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126492
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Nikita Popov
Date: 2025-02-11T14:14:21-08:00
New Revision: 9bbf3a98b793f8fc6269a20a026ca6fe029a1790
URL:
https://github.com/llvm/llvm-project/commit/9bbf3a98b793f8fc6269a20a026ca6fe029a1790
DIFF:
https://github.com/llvm/llvm-project/commit/9bbf3a98b793f8fc6269a20a026ca6fe029a1790.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126496
>From a89e04e7f0caa28d607e38099b905063b47a88fb Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 3 Feb 2025 17:37:07 +0100
Subject: [PATCH 1/2] [ValueTracking] Add additional tests for computeKnownBits
on
Author: Nikita Popov
Date: 2025-02-11T14:15:45-08:00
New Revision: a89e04e7f0caa28d607e38099b905063b47a88fb
URL:
https://github.com/llvm/llvm-project/commit/a89e04e7f0caa28d607e38099b905063b47a88fb
DIFF:
https://github.com/llvm/llvm-project/commit/a89e04e7f0caa28d607e38099b905063b47a88fb.diff
Author: Nikita Popov
Date: 2025-02-11T14:15:45-08:00
New Revision: 5777d5df62a659e165b4df74aefae29ae01d2509
URL:
https://github.com/llvm/llvm-project/commit/5777d5df62a659e165b4df74aefae29ae01d2509
DIFF:
https://github.com/llvm/llvm-project/commit/5777d5df62a659e165b4df74aefae29ae01d2509.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/126496
___
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/kuhar commented:
Since this essentially breaks logic for gfx940 and gfx941, should we assert in
code like `Chipset` that these are not used and silently miscompiled?
https://github.com/llvm/llvm-project/pull/125836
___
llvm-branch-c
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/125836
>From ebef8a82c9265ecea31795d726af402a96b89430 Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Wed, 5 Feb 2025 05:50:12 -0500
Subject: [PATCH 1/2] [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in
M
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/125827
>From 175aff53a41aebabdadfd93296d8b8bc22683197 Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Wed, 5 Feb 2025 04:45:26 -0500
Subject: [PATCH] [AMDGPU] Add missing gfx architectures to
AddFlangOffloadRunt
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/125836
>From ebef8a82c9265ecea31795d726af402a96b89430 Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Wed, 5 Feb 2025 05:50:12 -0500
Subject: [PATCH 1/2] [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in
M
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/125826
>From f2a70b996f1e7b0c71af2e77f5fb6d11266ec82e Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Wed, 5 Feb 2025 04:19:00 -0500
Subject: [PATCH] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/125826
>From f2a70b996f1e7b0c71af2e77f5fb6d11266ec82e Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Wed, 5 Feb 2025 04:19:00 -0500
Subject: [PATCH] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and
kadircet wrote:
what about landing this one, and cherry picking it into the 20 release. then we
can land #126689 and revert this one. giving us the next release cycle to vet
the underlying change?
https://github.com/llvm/llvm-project/pull/126690
___
https://github.com/kadircet approved this pull request.
https://github.com/llvm/llvm-project/pull/126690
___
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/kadircet closed
https://github.com/llvm/llvm-project/pull/126690
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
kadircet wrote:
going to land this one, since review of #126689 can take longer and this should
enable us to unblock our releases. I am happy to revert afterwards.
https://github.com/llvm/llvm-project/pull/126690
___
llvm-branch-commits mailing list
l
Author: kadir çetinkaya
Date: 2025-02-11T09:13:27+01:00
New Revision: c7cfe02fd5be25ff65b42bd21cb16fa27933af64
URL:
https://github.com/llvm/llvm-project/commit/c7cfe02fd5be25ff65b42bd21cb16fa27933af64
DIFF:
https://github.com/llvm/llvm-project/commit/c7cfe02fd5be25ff65b42bd21cb16fa27933af64.dif
kadircet wrote:
oops I wasn't looking at the target branch :( let me cherry-pick this into main
https://github.com/llvm/llvm-project/pull/126690
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mail
HighCommander4 wrote:
> and cherry picking it into the 20 release
The regressing change, which introduced the `simplifyType()` function, isn't
present on the llvm 20 branch (it landed a bit after the branch cut). So there
should not be a need to cherry-pick the fix onto the llvm 20 branch eith
https://github.com/jh7370 approved this pull request.
LGTM, with @MaskRay's suggestion.
https://github.com/llvm/llvm-project/pull/126607
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
1 - 100 of 197 matches
Mail list logo