https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/119652
>From cc7cea0276fef36e896ecef149ef680b66bb9c1f Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Wed, 11 Dec 2024 19:11:07 -0800
Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?UTF-
https://github.com/aaupov updated
https://github.com/llvm/llvm-project/pull/119652
>From cc7cea0276fef36e896ecef149ef680b66bb9c1f Mon Sep 17 00:00:00 2001
From: Amir Ayupov
Date: Wed, 11 Dec 2024 19:11:07 -0800
Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?UTF-
https://github.com/aaupov edited
https://github.com/llvm/llvm-project/pull/119652
___
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/maksfb approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/119652
___
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/aaupov edited
https://github.com/llvm/llvm-project/pull/119652
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -330,14 +347,14 @@ void mergeLegacyProfiles(const
SmallVectorImpl &Filenames) {
ProfileTy MergedProfile;
for (const auto &[Thread, Profile] : ParsedProfiles)
for (const auto &[Key, Value] : Profile) {
- uint64_t Count = MergedProfile.lookup(Key) + Value;
+
aaupov wrote:
> Since you are switching to regex, are there any changes in parsing
> performance?
With updated version (on top of #119942), it's neutral/slightly faster than
current merge-fdata
> 1.04 ± 0.07 times faster
https://github.com/llvm/llvm-project/pull/119652
__
https://github.com/aaupov edited
https://github.com/llvm/llvm-project/pull/119652
___
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:
: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 8bfb53a797a0d1cb2290f188ef23418c90b7d254
daf365e3e7fdc383e18e8171f1aa89a6ce8f72ec --e
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/119983.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp (+4-2)
``diff
diff --git a
https://github.com/vitalybuka converted_to_draft
https://github.com/llvm/llvm-project/pull/119983
___
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/vitalybuka created
https://github.com/llvm/llvm-project/pull/119983
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
hekota wrote:
If there already is a global variable for the resource in the module, shouldn't
we be using that instead of creating a new symbol?
https://github.com/llvm/llvm-project/pull/119775
___
llvm-branch-commits mailing list
llvm-branch-commit
@@ -0,0 +1,48 @@
+; RUN: opt -S -passes=dxil-translate-metadata %s | FileCheck %s
+
+target triple = "dxil-pc-shadermodel6.6-compute"
+
+%struct.S = type { <4 x float>, <4 x i32> }
+
+define void @test() {
+ ; Buffer
+ %float4 = call target("dx.TypedBuffer", <4 x float>, 0, 0, 0
https://github.com/hekota edited
https://github.com/llvm/llvm-project/pull/119773
___
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/hekota edited
https://github.com/llvm/llvm-project/pull/119773
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -303,44 +289,157 @@ class ResourceInfo {
dxil::SamplerFeedbackType getFeedbackType() const;
uint32_t getMultiSampleCount() const;
- StringRef getName() const {
-// TODO: Get the name from the symbol once we include one here.
-return "";
- }
dxil::ResourceCl
https://github.com/hekota edited
https://github.com/llvm/llvm-project/pull/119773
___
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/hekota edited
https://github.com/llvm/llvm-project/pull/119773
___
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/banach-space approved this pull request.
The non-GPU changes LGTM. The CHECK lines removed in tests were just dead code,
so thanks for the clean-up!
The GPU parts look reasonable, but it might be worth waiting a few days in case
someone more experienced wants to take a look.
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 bf0d13553b2bc2124a266e398976ba80a1114580
e5926b63835eec731c513d91ce9c451c429ca572 --e
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Matthias Springer (matthias-springer)
Changes
Clean up `populateVectorToLLVMConversionPatterns` so that it populates only
conversion patterns. All rewrite patterns that do not lower to LLVM should be
populated into a separate greedy patter
llvmbot wrote:
@llvm/pr-subscribers-mlir-vector
Author: Matthias Springer (matthias-springer)
Changes
Clean up `populateVectorToLLVMConversionPatterns` so that it populates only
conversion patterns. All rewrite patterns that do not lower to LLVM should be
populated into a separate greedy
https://github.com/matthias-springer created
https://github.com/llvm/llvm-project/pull/119975
Clean up `populateVectorToLLVMConversionPatterns` so that it populates only
conversion patterns. All rewrite patterns that do not lower to LLVM should be
populated into a separate greedy pattern rewri
https://github.com/matthias-springer edited
https://github.com/llvm/llvm-project/pull/116524
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/116524
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
26 matches
Mail list logo