https://github.com/phoebewang created
https://github.com/llvm/llvm-project/pull/125057
Per the feedback we got, we’d like to switch m[no-]avx10.2 to alias of 512 bit
options and disable m[no-]avx10.1 due to they were alias of 256 bit options.
We also change -mno-avx10.[1,2]-512 to alias of 256
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Phoebe Wang (phoebewang)
Changes
Per the feedback we got, we’d like to switch m[no-]avx10.2 to alias of 512 bit
options and disable m[no-]avx10.1 due to they were alias of 256 bit options.
We also change -mno-avx10.[1,2]-512 to alia
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Phoebe Wang (phoebewang)
Changes
Per the feedback we got, we’d like to switch m[no-]avx10.2 to alias of 512 bit
options and disable m[no-]avx10.1 due to they were alias of 256 bit options.
We also change -mno-avx10.[1,2]-512 to ali
https://github.com/phoebewang milestoned
https://github.com/llvm/llvm-project/pull/125057
___
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,159 @@
+//===- DXILRootSignature.cpp - DXIL Root Signature helper objects ===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2
@@ -3421,6 +3441,85 @@ static void genMapInfos(llvm::IRBuilderBase &builder,
}
}
+static llvm::Expected
+emitUserDefinedMapper(Operation *declMapperOp, llvm::IRBuilderBase &builder,
+ LLVM::ModuleTranslation &moduleTranslation);
+
+static llvm::Expected
@@ -3421,6 +3441,85 @@ static void genMapInfos(llvm::IRBuilderBase &builder,
}
}
+static llvm::Expected
+emitUserDefinedMapper(Operation *declMapperOp, llvm::IRBuilderBase &builder,
+ LLVM::ModuleTranslation &moduleTranslation);
+
+static llvm::Expected
@@ -2709,13 +2709,23 @@ getRefPtrIfDeclareTarget(mlir::Value value,
}
namespace {
+// Append customMappers information to existing MapInfosTy
+struct MapInfosTy : llvm::OpenMPIRBuilder::MapInfosTy {
+ SmallVector Mappers;
TIFitis wrote:
Technically it might
https://github.com/efriedma-quic approved this pull request.
LGTM. Safe bugfix.
https://github.com/llvm/llvm-project/pull/125049
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/ll
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/124967
>From a7a819c8924e5c56d08ce7dc8ff621392024654d Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Thu, 30 Jan 2025 00:42:27 +
Subject: [PATCH 1/4] formating
---
llvm/include/llvm/BinaryFormat/DXContainer
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/124895
___
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/124895
>From fa12df5e22aa5ae6d3c0a5b261acd15bd49081e8 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Wed, 29 Jan 2025 09:09:14 +0100
Subject: [PATCH] [SCEV] Check correct value for UB (#124302)
This is a followup t
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
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/124967
>From 086e0491a055952d094d0c0c2b886f324166613e Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Tue, 28 Jan 2025 17:46:23 +
Subject: [PATCH 1/7] adding support for root constants in dxcontainer for
ob2j
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 a6934915165ec3a867a69121fdf646b5416ae91b
7ee27e604cd77667c856d36a8a5b937660d27088 --e
https://github.com/inbelic updated
https://github.com/llvm/llvm-project/pull/123985
>From 8ecb03776b24247e7c68e12d2d9aea8f26e2e0cc Mon Sep 17 00:00:00 2001
From: Finn Plummer
Date: Wed, 22 Jan 2025 17:53:59 +
Subject: [PATCH 1/4] [HLSL] Define the HLSLRootSignature Attr
- Defines HLSLRootS
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/123147
>From 6043ffc97b263c6df78008bbe011a6ebe3dd1fd2 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 15 Jan 2025 17:30:00 +
Subject: [PATCH 01/13] adding metadata extraction
---
.../llvm/Analysis/DXILM
https://github.com/joaosaffran edited
https://github.com/llvm/llvm-project/pull/123147
___
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/125161
Backport b89617d02d1c8a2701c1d3290d2ff45cd858ccde
Requested by: @tstellar
>From cb277c672811151dc4fe23a7a1738d739d3b2aff Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Thu, 30 Jan 2025 19:37:54 -0800
Subjec
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/125009
>From 66a50e246d0f5f0839f2093c1981b3cac44d6df7 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Wed, 29 Jan 2025 16:51:19 -0800
Subject: [PATCH] workflows/release-binaries: Stop using ccache (#124415)
Using cc
llvmbot wrote:
@boomanaiden154 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/125161
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/125161
___
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-github-workflow
Author: None (llvmbot)
Changes
Backport b89617d02d1c8a2701c1d3290d2ff45cd858ccde
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/125161.diff
6 Files Affected:
- (removed) .github/workflows/clang-tests
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/125009
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
jayfoad wrote:
This needs motivation. What does `norecurse` mean for an intrinsic and how does
it differ from `nocallback`? What sort of intrinsic would be `norecurse` but
not `nocallback`?
https://github.com/llvm/llvm-project/pull/125015
___
llvm-br
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/125040
Backport 3c6aa04cf4dee65113e2a780b9f90b36bb4c4e04
Requested by: @nikic
>From 7a587943e35f7afa7f2dbbb95bc52e6da94008d2 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Thu, 30 Jan 2025 08:58:23 +0800
Subject:
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 3c6aa04cf4dee65113e2a780b9f90b36bb4c4e04
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/125040.diff
2 Files Affected:
- (modified) llvm/lib/CodeGen/CodeGenPrepare.cpp
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/125040
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/125040
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/124698
>From c0ee13ef034bbb4d385dcb4ebdbae9ee6b169b1b Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Tue, 28 Jan 2025 05:16:57 +
Subject: [PATCH 1/3] [CodeGen][NewPM] Port RegisterCoalescer to NPM
---
.../llvm
https://github.com/optimisan edited
https://github.com/llvm/llvm-project/pull/124698
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
101 - 131 of 131 matches
Mail list logo