Author: dyung
Date: 2024-09-06T19:52:24-07:00
New Revision: a7a4eb83468683ae6115bf0c153f54cf46eec45e
URL:
https://github.com/llvm/llvm-project/commit/a7a4eb83468683ae6115bf0c153f54cf46eec45e
DIFF:
https://github.com/llvm/llvm-project/commit/a7a4eb83468683ae6115bf0c153f54cf46eec45e.diff
LOG: Re
https://github.com/bogner closed
https://github.com/llvm/llvm-project/pull/106645
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
bogner wrote:
This isn't the direction we ended up going.
https://github.com/llvm/llvm-project/pull/106645
___
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,102 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare void @scalar_user(float)
+declare void @vector_user(<4 x float>)
+
+define void @loadfloats() {
+ ; CHECK: [[BIND:%.*]] = call %dx.types.Handle @dx.op.
@@ -0,0 +1,102 @@
+; RUN: opt -S -dxil-op-lower %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+declare void @scalar_user(float)
+declare void @vector_user(<4 x float>)
+
+define void @loadfloats() {
+ ; CHECK: [[BIND:%.*]] = call %dx.types.Handle @dx.op.
https://github.com/bogner updated
https://github.com/llvm/llvm-project/pull/104252
___
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/bogner edited
https://github.com/llvm/llvm-project/pull/104252
___
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/bogner updated
https://github.com/llvm/llvm-project/pull/104252
___
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-mlir
@llvm/pr-subscribers-mlir-llvm
Author: Krzysztof Drewniak (krzysz00)
Changes
Update the GPU to NVVM lowerings to correctly propagate range
information on IDs and dimension queries, etiher from
known_{block,grid}_size attributes or from `upperBound`
https://github.com/krzysz00 ready_for_review
https://github.com/llvm/llvm-project/pull/107659
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
krzysz00 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/107659?utm_source=stack-comment-downstack-mergeability-warning"
https://github.com/krzysz00 created
https://github.com/llvm/llvm-project/pull/107659
Update the GPU to NVVM lowerings to correctly propagate range
information on IDs and dimension queries, etiher from
known_{block,grid}_size attributes or from `upperBound` annotations on
the operations themselve
mtrofin wrote:
### Merge activity
* **Sep 6, 4:40 PM EDT**: @mtrofin started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/107329).
https://github.com/llvm/llvm-project/pull/107329
___
https://github.com/david-xl approved this pull request.
https://github.com/llvm/llvm-project/pull/107329
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
aaupov wrote:
Update on profile size reduction:
- What I reported as a baseline (221M) is with pseudo probes but no inline tree
(produced by BOLT trunk).
- What I reported as new size (404M) is with pseudo probes and inline tree
encoded for each top-level function (this diff at
[85c8e9e](https
zygoloid wrote:
> what the code does is: when we write a on-disk hash table, try to write the
> imported merged hash table in the same process so that we don't need to read
> these tables again. However, in line 329 the function will try to omit the
> data from imported table with the same key
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/107499
>From 3cd88ecfa05613ce4f8e4d9671ca3e1d4169fe82 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Thu, 5 Sep 2024 12:52:56 -0700
Subject: [PATCH] [ctx_prof] Insert the ctx prof flattener after the module
inline
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/107329
>From 22e94e4f30c0b3f4c895e789961bff03db745980 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Tue, 3 Sep 2024 21:28:05 -0700
Subject: [PATCH] [ctx_prof] Flattened profile lowering pass
---
llvm/include/llv
ilya-biryukov wrote:
We did manage to run another round of testing and it fails, with somewhat
familiar module-related issues:
```cpp
[third_party/absl/container/internal/compressed_tuple.h:250]:24: error:
'absl::container_internal::CompressedTuple>>::get' from module
'//third_party/absl/cont
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/102599
>From 4558e8ed9d3f57c10d626c081bcae87e6d3ce41e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 9 Aug 2024 14:51:41 +0400
Subject: [PATCH] AMDGPU: Add noalias.addrspace metadata when autoupgrading
atomic
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106961
>From 456935df7a65147dce6fbb8da8e60094ed647161 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Mon, 2 Sep 2024 17:59:38 +0800
Subject: [PATCH] remove debug msg
Created using spr 1.3.5-bogner
---
llvm/lib/Target
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106961
>From 456935df7a65147dce6fbb8da8e60094ed647161 Mon Sep 17 00:00:00 2001
From: wanglei
Date: Mon, 2 Sep 2024 17:59:38 +0800
Subject: [PATCH] remove debug msg
Created using spr 1.3.5-bogner
---
llvm/lib/Target
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/106941
___
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/wangleiat updated
https://github.com/llvm/llvm-project/pull/106941
___
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/owenca milestoned
https://github.com/llvm/llvm-project/pull/107531
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
owenca wrote:
@tru, I've created #107531 which reverts
2d90e8f7402b0a8114978b6f014cfe76c96c94a1 and backports #107352.
https://github.com/llvm/llvm-project/pull/107058
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lis
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
This reverts commit 2d90e8f7402b0a8114978b6f014cfe76c96c94a1 and backports
commit 616a8ce6203d8c7569266bfaf163e74df1f440ad.
---
Full diff: https://github.com/llvm/llvm-project/pull/107531.diff
2 Files Af
https://github.com/owenca created
https://github.com/llvm/llvm-project/pull/107531
This reverts commit 2d90e8f7402b0a8114978b6f014cfe76c96c94a1 and backports
commit 616a8ce6203d8c7569266bfaf163e74df1f440ad.
>From 4d8827c9b63ecbc9de984e19621cafad025e4380 Mon Sep 17 00:00:00 2001
From: Owen Pan
28 matches
Mail list logo