https://github.com/sharadhr updated
https://github.com/llvm/llvm-project/pull/121046
>From 350a5176766eb22d46d165f05e5036bdc7486696 Mon Sep 17 00:00:00 2001
From: Sharadh Rajaraman
Date: Tue, 24 Dec 2024 09:26:42 +
Subject: [PATCH] Accept `cl`-style output arguments (`/Fo`, `-Fo`) for
`--f
https://github.com/sharadhr created
https://github.com/llvm/llvm-project/pull/121046
None
>From d8108f0aa7351d4ba8766e8f225ef6c117dc2f0c Mon Sep 17 00:00:00 2001
From: Sharadh Rajaraman
Date: Tue, 24 Dec 2024 09:26:42 +
Subject: [PATCH] Accept `cl`-style output arguments (`/Fo`, `-Fo`) for
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
https://github.com/sharadhr updated
https://github.com/llvm/llvm-project/pull/121046
>From e1708dba9b2aa8001f3a432bd1be7af58a199d73 Mon Sep 17 00:00:00 2001
From: Sharadh Rajaraman
Date: Tue, 24 Dec 2024 09:32:21 +
Subject: [PATCH] Auto stash before rebase of
"clang-cl-accept-Fo-fmodule-ou
https://github.com/mtrofin approved this pull request.
https://github.com/llvm/llvm-project/pull/121035
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -5890,7 +5890,7 @@ const char *Driver::GetNamedOutputPath(Compilation &C,
const JobAction &JA,
llvm::PrettyStackTraceString CrashInfo("Computing output path");
// Output to a user requested destination?
if (AtTopLevel && !isa(JA) && !isa(JA)) {
-if (Arg *FinalOutp
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/121035
Backport e3389365b5d62bc9781dc9a23b14d72e333018d7
Requested by: @mgorny
>From cc6d971c8f18529ded9727e05a2504b096948bb7 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Thu, 22 Aug 2024 09:48:05 +0200
Subject:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/121035
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@mtrofin What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/121035
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/121061
Backport 8177bf5022c6dfc48d236082fa02076feedd60df
Requested by: @androm3da
>From 173656b8734e4877dfa1e628ae861c0695f97bc3 Mon Sep 17 00:00:00 2001
From: Ikhlas Ajbar
Date: Fri, 20 Dec 2024 09:41:30 -0600
Subje
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport 8177bf5022c6dfc48d236082fa02076feedd60df
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/121061.diff
2 Files Affected:
- (modified) llvm/lib/Target/Hexagon/Hex
llvmbot wrote:
@androm3da What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/121061
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/121061
___
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/makslevental edited
https://github.com/llvm/llvm-project/pull/121067
___
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/makslevental edited
https://github.com/llvm/llvm-project/pull/121067
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ChuanqiXu9 wrote:
The tests are failing and it looks relevent.
https://github.com/llvm/llvm-project/pull/121046
___
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/makslevental created
https://github.com/llvm/llvm-project/pull/121067
This commit adds an AMD-specific lowering of `cf.assert` to `llvm.intr.trap`.
It depends on (and is therefore merging into)
https://github.com/llvm/llvm-project/pull/120431.
Note, the reason for lowering
https://github.com/makslevental updated
https://github.com/llvm/llvm-project/pull/121067
>From 79c96cb4d396e2d43ce3c9f9188a18fff4b4d227 Mon Sep 17 00:00:00 2001
From: Maksim Levental
Date: Tue, 24 Dec 2024 15:27:31 -0500
Subject: [PATCH] [mlir][rocdl] Add AMDGPU-specific `cf.assert` lowering
-
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Maksim Levental (makslevental)
Changes
This commit adds an AMD-specific lowering of `cf.assert` to `llvm.intr.trap`.
It depends on (and is therefore merging into)
https://github.com/llvm/llvm-project/pull/120431.
Note, the reason for lowe
https://github.com/makslevental updated
https://github.com/llvm/llvm-project/pull/121067
>From b8afb0446b85ed7b1e1646a64e0c1b79ef79b04a Mon Sep 17 00:00:00 2001
From: Maksim Levental
Date: Tue, 24 Dec 2024 15:27:31 -0500
Subject: [PATCH] [mlir][rocdl] Add AMDGPU-specific `cf.assert` lowering
-
https://github.com/makslevental edited
https://github.com/llvm/llvm-project/pull/121067
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
21 matches
Mail list logo