[llvm-branch-commits] [llvm] release/21.x: [Hexagon] Add nounwind to hexagon-strcpy.ll (#151293) (PR #151458)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-hexagon Author: None (llvmbot) Changes Backport 3796efb Requested by: @svs-quic --- Full diff: https://github.com/llvm/llvm-project/pull/151458.diff 1 Files Affected: - (modified) llvm/test/CodeGen/Hexagon/hexagon-strcpy.ll (+3-9) ```

[llvm-branch-commits] [llvm] release/21.x: [Hexagon] Add nounwind to hexagon-strcpy.ll (#151293) (PR #151458)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @androm3da What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151458 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [llvm] release/21.x: [Hexagon] Add nounwind to hexagon-strcpy.ll (#151293) (PR #151458)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151458 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [Hexagon] Add nounwind to hexagon-strcpy.ll (#151293) (PR #151458)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151458 Backport 3796efb Requested by: @svs-quic >From 96ebfde394f93570db6817e096d3fa95a38aa2d6 Mon Sep 17 00:00:00 2001 From: Sudharsan Veeravalli Date: Thu, 31 Jul 2025 11:13:55 +0530 Subject: [PATCH] [Hexagon] Add

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanhf implementation to header-only in src/__support/math folder. (PR #151399)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151399 >From 2fd12f451dbc98bc078fc3d86e71227e66950e3d Mon Sep 17 00:00:00 2001 From: bassiounix Date: Thu, 31 Jul 2025 00:41:13 +0300 Subject: [PATCH] [libc][math] Refactor atanhf implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From 13af55c51d38d055926c2e4725ba92c460e146c0 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanhf implementation to header-only in src/__support/math folder. (PR #151399)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151399 >From 0eaa3d23851ef27288dffd45be2b3e5914292cc5 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Thu, 31 Jul 2025 00:41:13 +0300 Subject: [PATCH] [libc][math] Refactor atanhf implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From 13af55c51d38d055926c2e4725ba92c460e146c0 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atanhf implementation to header-only in src/__support/math folder. (PR #151399)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151399 >From 0eaa3d23851ef27288dffd45be2b3e5914292cc5 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Thu, 31 Jul 2025 00:41:13 +0300 Subject: [PATCH] [libc][math] Refactor atanhf implementation to header-only in s

[llvm-branch-commits] [llvm] [MemProf] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150506 >From 385e2e93795c3520760c7592a45f256aaad0694b Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:25:00 + Subject: [PATCH] Fix FileCheck prefix in the histogram test. --- .../mempro

[llvm-branch-commits] [llvm] [MemProf] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150506 >From 385e2e93795c3520760c7592a45f256aaad0694b Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:25:00 + Subject: [PATCH] Fix FileCheck prefix in the histogram test. --- .../mempro

[llvm-branch-commits] [libcxx] [libcxxabi] [llvm] release/21.x: [libc++][hardening] Introduce assertion semantics. (#149459) (PR #151095)

2025-07-30 Thread Konstantin Varlamov via llvm-branch-commits
var-const wrote: @tru Friendly ping. :) The CI job seems stuck but IIUC, it succeeded, it's just that it's stuck on reporting itself as done (@ldionne please correct me if I'm wrong here). https://github.com/llvm/llvm-project/pull/151095 ___ llvm-bra

[llvm-branch-commits] [clang] release/21.x: [Analysis] Prevent revisiting block when searching for noreturn vars (#150582) (PR #151381)

2025-07-30 Thread Paul Osmialowski via llvm-branch-commits
pawosm-arm wrote: @tstellar what needs to be done to make it merged? https://github.com/llvm/llvm-project/pull/151381 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-co

[llvm-branch-commits] [clang] release/21.x: [Analysis] Prevent revisiting block when searching for noreturn vars (#150582) (PR #151381)

2025-07-30 Thread Paul Osmialowski via llvm-branch-commits
https://github.com/pawosm-arm approved this pull request. https://github.com/llvm/llvm-project/pull/151381 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [AMDGPU] Add v_cvt_sr|pk_bf8|fp8_f16 gfx1250 instructions (PR #151415)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: Stanislav Mekhanoshin (rampitec) Changes --- Patch is 122.29 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/151415.diff 28 Files Affected: - (modified) clang/include/clang/Basic/BuiltinsA

[llvm-branch-commits] [clang] [llvm] [AMDGPU] Add v_cvt_sr|pk_bf8|fp8_f16 gfx1250 instructions (PR #151415)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Stanislav Mekhanoshin (rampitec) Changes --- Patch is 122.29 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/151415.diff 28 Files Affected: - (modified) clang/include/clang/Basic/BuiltinsAMD

[llvm-branch-commits] [clang] [llvm] [AMDGPU] Add v_cvt_sr|pk_bf8|fp8_f16 gfx1250 instructions (PR #151415)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mc @llvm/pr-subscribers-backend-amdgpu Author: Stanislav Mekhanoshin (rampitec) Changes --- Patch is 122.29 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/151415.diff 28 Files Affected: - (modified) clan

[llvm-branch-commits] [clang] [llvm] [AMDGPU] Add v_cvt_sr|pk_bf8|fp8_f16 gfx1250 instructions (PR #151415)

2025-07-30 Thread Stanislav Mekhanoshin via llvm-branch-commits
https://github.com/rampitec ready_for_review https://github.com/llvm/llvm-project/pull/151415 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [AMDGPU] Add v_cvt_sr|pk_bf8|fp8_f16 gfx1250 instructions (PR #151415)

2025-07-30 Thread Stanislav Mekhanoshin via llvm-branch-commits
rampitec 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/151415?utm_source=stack-comment-downstack-mergeability-warning"

[llvm-branch-commits] [llvm] [NFC] test/lit.cfg.py formatting (PR #151218)

2025-07-30 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/151218 >From ed3dd6b28f8182e078a9c4ed78a6293bfabfc92f Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 13:01:10 -0700 Subject: [PATCH] [NFC] test/lit.cfg.py formatting --- llvm/test/lit.cfg.py | 11

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-30 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/151214 >From 218c4bfd978b253c112f3910b4e5f768f2df49b0 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 12:55:59 -0700 Subject: [PATCH] fixes --- llvm/test/lit.cfg.py | 14 -- 1 file cha

[llvm-branch-commits] [llvm] [NFC] test/lit.cfg.py formatting (PR #151218)

2025-07-30 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/151218 >From ed3dd6b28f8182e078a9c4ed78a6293bfabfc92f Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 13:01:10 -0700 Subject: [PATCH] [NFC] test/lit.cfg.py formatting --- llvm/test/lit.cfg.py | 11

[llvm-branch-commits] [llvm] Ignore FileCheck when profcheck is enabled (PR #151214)

2025-07-30 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/151214 >From 218c4bfd978b253c112f3910b4e5f768f2df49b0 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Tue, 29 Jul 2025 12:55:59 -0700 Subject: [PATCH] fixes --- llvm/test/lit.cfg.py | 14 -- 1 file cha

[llvm-branch-commits] callgraph make flag experimental (PR #151402)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk created https://github.com/llvm/llvm-project/pull/151402 None ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang] callee_type metadata for indirect calls (PR #117036)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117036 >From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 23 Apr 2025 04:05:47 + Subject: [PATCH] Address review comments. Created using spr 1.3.6-beta.1 --- clang/l

[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/87576 >From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Thu, 13 Mar 2025 01:41:04 + Subject: [PATCH 1/6] Updated the test as reviewers suggested. Created usin

[llvm-branch-commits] [clang] [clang] Introduce CallGraphSection option (PR #117037)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117037 >From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 12 Mar 2025 23:30:01 + Subject: [PATCH 1/2] Fix EOF newlines. Created using spr 1.3.6-beta.1 --- clang/test

[llvm-branch-commits] [clang] [clang] Introduce CallGraphSection option (PR #117037)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117037 >From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 12 Mar 2025 23:30:01 + Subject: [PATCH 1/2] Fix EOF newlines. Created using spr 1.3.6-beta.1 --- clang/test

[llvm-branch-commits] [clang] [clang] callee_type metadata for indirect calls (PR #117036)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/117036 >From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001 From: prabhukr Date: Wed, 23 Apr 2025 04:05:47 + Subject: [PATCH] Address review comments. Created using spr 1.3.6-beta.1 --- clang/l

[llvm-branch-commits] [llvm] [llvm][AsmPrinter] Emit call graph section (PR #87576)

2025-07-30 Thread Prabhu Rajasekaran via llvm-branch-commits
https://github.com/Prabhuk updated https://github.com/llvm/llvm-project/pull/87576 >From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Thu, 13 Mar 2025 01:41:04 + Subject: [PATCH 1/6] Updated the test as reviewers suggested. Created usin

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Mingming Liu via llvm-branch-commits
@@ -344,6 +350,36 @@ void ProfiledBinary::setPreferredTextSegmentAddresses(const ELFFile &Obj, exitWithError("no executable segment found", FileName); } +uint64_t ProfiledBinary::CanonicalizeNonTextAddress(uint64_t Address) { + uint64_t FileOffset = 0; + auto MMapIter =

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Mingming Liu via llvm-branch-commits
@@ -611,23 +635,11 @@ class PerfScriptReader : public PerfReaderBase { static SmallVector TempFileCleanups; protected: - // The parsed MMap event - struct MMapEvent { -int64_t PID = 0; -uint64_t Address = 0; -uint64_t Size = 0; -uint64_t Offset = 0; -St

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Mingming Liu via llvm-branch-commits
@@ -1027,6 +1027,20 @@ class FunctionSamples { return VirtualCallsiteTypeCounts[mapIRLocToProfileLoc(Loc)]; } + /// At location \p Loc, add a type sample for the given \p Type with + /// \p Count. This function uses saturating arithmetic to clamp the result to + /// m

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (PR #150993)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150993 >From 37d0403d9fbb96d117cc8ce90cdee667ee9f86b2 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 19:35:03 +0300 Subject: [PATCH] [libc][math] Refactor atan2f implementation to header-only in s

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From a4bd4ed9b3ce4b833cad7421816ff03fb7df9fab Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f128 implementation to header-only in src/__support/math folder. (PR #151012)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/151012 >From a4bd4ed9b3ce4b833cad7421816ff03fb7df9fab Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 21:14:48 +0300 Subject: [PATCH 1/2] [libc][math] Refactor atan2f128 implementation to header-on

[llvm-branch-commits] [libc] [llvm] [libc][math] Refactor atan2f implementation to header-only in src/__support/math folder. (PR #150993)

2025-07-30 Thread Muhammad Bassiouni via llvm-branch-commits
https://github.com/bassiounix updated https://github.com/llvm/llvm-project/pull/150993 >From 37d0403d9fbb96d117cc8ce90cdee667ee9f86b2 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Mon, 28 Jul 2025 19:35:03 +0300 Subject: [PATCH] [libc][math] Refactor atan2f implementation to header-only in s

[llvm-branch-commits] [clang] release/21.x: [Analysis] Prevent revisiting block when searching for noreturn vars (#150582) (PR #151381)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151381 Backport 330b40e11fd20e9a29b9c24de17e4ba23afeedc6 Requested by: @pawosm-arm >From f0b310b07873d3a21ab8f9f0ca137e876fc0f4ec Mon Sep 17 00:00:00 2001 From: Serge Pavlov Date: Wed, 30 Jul 2025 20:40:07 +0700 Subj

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
@@ -946,6 +978,14 @@ SampleContextFrameVector ProfiledBinary::symbolize(const InstructionPointer &IP, return CallStack; } +StringRef ProfiledBinary::symbolizeDataAddress(uint64_t Address) { + DIGlobal DataDIGlobal = unwrapOrError( + Symbolizer->symbolizeData(Symbolize

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
@@ -611,23 +635,11 @@ class PerfScriptReader : public PerfReaderBase { static SmallVector TempFileCleanups; protected: - // The parsed MMap event - struct MMapEvent { -int64_t PID = 0; -uint64_t Address = 0; -uint64_t Size = 0; -uint64_t Offset = 0; -St

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
@@ -1027,6 +1027,20 @@ class FunctionSamples { return VirtualCallsiteTypeCounts[mapIRLocToProfileLoc(Loc)]; } + /// At location \p Loc, add a type sample for the given \p Type with + /// \p Count. This function uses saturating arithmetic to clamp the result to + /// m

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
@@ -344,6 +350,36 @@ void ProfiledBinary::setPreferredTextSegmentAddresses(const ELFFile &Obj, exitWithError("no executable segment found", FileName); } +uint64_t ProfiledBinary::CanonicalizeNonTextAddress(uint64_t Address) { + uint64_t FileOffset = 0; + auto MMapIter =

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish edited https://github.com/llvm/llvm-project/pull/148013 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish approved this pull request. lgtm. It would be good to get an approval from llvm-profgen owners. cc: @WenleiHe @wlei-llvm https://github.com/llvm/llvm-project/pull/148013 ___ llvm-branch-commits mailing list llvm-branch-co

[llvm-branch-commits] [clang] release/21.x: [clang-format] Disable IntegerLiteralSeparator for C++ before c++14 (#151273) (PR #151362)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes Backport 5fc482cfc0fa70c98e14d64d83dffbf7da03c303 Requested by: @owenca --- Full diff: https://github.com/llvm/llvm-project/pull/151362.diff 2 Files Affected: - (modified) clang/lib/Format/IntegerLiteralSe

[llvm-branch-commits] [clang] release/21.x: [clang-format] Disable IntegerLiteralSeparator for C++ before c++14 (#151273) (PR #151362)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @HazardyKnusperkeks What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151362 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/m

[llvm-branch-commits] [clang] release/21.x: [clang-format] Disable IntegerLiteralSeparator for C++ before c++14 (#151273) (PR #151362)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151362 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/21.x: [clang-format] Disable IntegerLiteralSeparator for C++ before c++14 (#151273) (PR #151362)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151362 Backport 5fc482cfc0fa70c98e14d64d83dffbf7da03c303 Requested by: @owenca >From dd68262f577de21b19dda270e5b97e2327aa8186 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Wed, 30 Jul 2025 09:43:46 -0700 Subject: [PA

[llvm-branch-commits] [compiler-rt] [llvm] [MemProf] Write out raw profile bytes in little endian. (PR #150375)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150375 >From 090331353b22e4b97244f25166a0801ddecbef55 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:10:55 + Subject: [PATCH 1/3] Write out raw profile bytes in little endian. Instead o

[llvm-branch-commits] [compiler-rt] [llvm] [MemProf] Write out raw profile bytes in little endian. (PR #150375)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150375 >From 090331353b22e4b97244f25166a0801ddecbef55 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:10:55 + Subject: [PATCH 1/3] Write out raw profile bytes in little endian. Instead o

[llvm-branch-commits] [llvm] [MemProf] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150506 >From 9305bff0674d2c6cd7522af4647daef645ee2f85 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:25:00 + Subject: [PATCH] Fix FileCheck prefix in the histogram test. --- .../mempro

[llvm-branch-commits] [llvm] [MemProf] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150506 >From 9305bff0674d2c6cd7522af4647daef645ee2f85 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:25:00 + Subject: [PATCH] Fix FileCheck prefix in the histogram test. --- .../mempro

[llvm-branch-commits] [llvm] [MemProf] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish edited https://github.com/llvm/llvm-project/pull/150506 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [llvm] [MemProf] Write out raw profile bytes in little endian. (PR #150375)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish edited https://github.com/llvm/llvm-project/pull/150375 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150506 >From 66b78c5ea8b8e016557edf98388c03e34c51b8ce Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:25:00 + Subject: [PATCH] Fix FileCheck prefix in the histogram test. --- .../mempro

[llvm-branch-commits] [llvm] Fix FileCheck prefix in the histogram test. (PR #150506)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150506 >From 66b78c5ea8b8e016557edf98388c03e34c51b8ce Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:25:00 + Subject: [PATCH] Fix FileCheck prefix in the histogram test. --- .../mempro

[llvm-branch-commits] [compiler-rt] [llvm] Write out raw profile bytes in little endian. (PR #150375)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150375 >From 733f040d1e113d71a328bacce5dc5abcc61a9258 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:10:55 + Subject: [PATCH 1/3] Write out raw profile bytes in little endian. Instead o

[llvm-branch-commits] [compiler-rt] [llvm] Write out raw profile bytes in little endian. (PR #150375)

2025-07-30 Thread Snehasish Kumar via llvm-branch-commits
https://github.com/snehasish updated https://github.com/llvm/llvm-project/pull/150375 >From 733f040d1e113d71a328bacce5dc5abcc61a9258 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 24 Jul 2025 06:10:55 + Subject: [PATCH 1/3] Write out raw profile bytes in little endian. Instead o

[llvm-branch-commits] [clang] [llvm] release/21.x [ObjCARC] Delete empty autoreleasepools with no autoreleases in them and remove ObjCARCAPElimPass (PR #150771)

2025-07-30 Thread via llvm-branch-commits
https://github.com/AZero13 closed https://github.com/llvm/llvm-project/pull/150771 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF][Mips] Refactor MipsGotSection to avoid explicit writes (PR #150730)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150730 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF][Mips] Refactor MipsGotSection to avoid explicit writes (PR #150730)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150730 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [ELF][Mips] Fix addend for preemptible static TLS (PR #150729)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150729 >From 32400cb0d5c16e16b6d0d259955ba060f561fefe Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sat, 26 Jul 2025 02:12:18 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?U

[llvm-branch-commits] [lld] [ELF][Mips] Fix addend for preemptible static TLS (PR #150729)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150729 >From 32400cb0d5c16e16b6d0d259955ba060f561fefe Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sat, 26 Jul 2025 02:12:18 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?U

[llvm-branch-commits] [NFC][ELF] Replace DynamicReloc::Kind with the equivalent bool in APIs (PR #150813)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150813 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFC][ELF] Replace DynamicReloc::Kind with the equivalent bool in APIs (PR #150813)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150813 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF] Store DynamicReloc Kind as two bools (PR #150812)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150812 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF] Store DynamicReloc Kind as two bools (PR #150812)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150812 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [NFC][ELF] Don't duplicate DynamicReloc constructor (PR #150811)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150811 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFC][ELF] Don't duplicate DynamicReloc constructor (PR #150811)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150811 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF][Mips] Replace MipsMultiGotPage with new RE_MIPS_OSEC_LOCAL_PAGE (PR #150810)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150810 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF][Mips] Replace MipsMultiGotPage with new RE_MIPS_OSEC_LOCAL_PAGE (PR #150810)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150810 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF] Merge AgainstSymbol and AgainstSymbolWithTargetVA (PR #150798)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150798 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] dc6171d - Revert "[mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabili…"

2025-07-30 Thread via llvm-branch-commits
Author: Igor Wodiany Date: 2025-07-30T17:06:21+01:00 New Revision: dc6171d58e26aba18bb367a73a2e8a7cbf0e1f22 URL: https://github.com/llvm/llvm-project/commit/dc6171d58e26aba18bb367a73a2e8a7cbf0e1f22 DIFF: https://github.com/llvm/llvm-project/commit/dc6171d58e26aba18bb367a73a2e8a7cbf0e1f22.diff

[llvm-branch-commits] [NFCI][ELF] Merge AddendOnly and AddendOnlyWithTargetVA (PR #150797)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150797 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [NFCI][ELF] Merge AddendOnly and AddendOnlyWithTargetVA (PR #150797)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150797 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [NFCI][ELF] Introduce explicit Computed state for DynamicReloc (PR #150799)

2025-07-30 Thread Jessica Clarke via llvm-branch-commits
https://github.com/jrtc27 updated https://github.com/llvm/llvm-project/pull/150799 >From 1308e1aad30d7089f658832150854b1362c63f45 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sat, 26 Jul 2025 22:05:06 +0100 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20change?= =?U

[llvm-branch-commits] [mlir] [mlir][linalg] Enable scalable vectorization of linalg.unpack (PR #149293)

2025-07-30 Thread Andrzej Warzyński via llvm-branch-commits
banach-space wrote: **UPDATE: 30/7/25** * This [commit](https://github.com/llvm/llvm-project/pull/149293/commits/56108b1df69e150c475adc58880ca7dce5355b21) addresses the remaining comments from @hanhanW . * I have rebased this PR on top of https://github.com/llvm/llvm-project/pull/151334. Thi

[llvm-branch-commits] [lld] release/21.x: [LLD][X86] Match delayLoad thunk with MSVC (#149521) (PR #151307)

2025-07-30 Thread Jacek Caban via llvm-branch-commits
https://github.com/cjacek approved this pull request. https://github.com/llvm/llvm-project/pull/151307 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [llvm-objcopy] [COFF] Ignore associative sections in executables (#151143) (PR #151336)

2025-07-30 Thread Jacek Caban via llvm-branch-commits
https://github.com/cjacek approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/151336 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [llvm] Write out raw profile bytes in little endian. (PR #150375)

2025-07-30 Thread Teresa Johnson via llvm-branch-commits
https://github.com/teresajohnson approved this pull request. lgtm but suggest updating the title and/or description to note this is for MemProf. https://github.com/llvm/llvm-project/pull/150375 ___ llvm-branch-commits mailing list llvm-branch-commits@

[llvm-branch-commits] [flang] [flang][OpenMP] Use GetOmpDirectiveName to find directive source loca… (PR #150955)

2025-07-30 Thread Tom Eccles via llvm-branch-commits
https://github.com/tblah approved this pull request. https://github.com/llvm/llvm-project/pull/150955 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [llvm-objcopy] [COFF] Ignore associative sections in executables (#151143) (PR #151336)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-binary-utilities Author: None (llvmbot) Changes Backport fcbbcffd2e6ea30097809ba0cd1e3b6003fa862f Requested by: @mstorsjo --- Full diff: https://github.com/llvm/llvm-project/pull/151336.diff 2 Files Affected: - (modified) llvm/lib/ObjCopy/COFF/

[llvm-branch-commits] [llvm] release/21.x: [llvm-objcopy] [COFF] Ignore associative sections in executables (#151143) (PR #151336)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @cjacek What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151336 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listin

[llvm-branch-commits] [llvm] release/21.x: [llvm-objcopy] [COFF] Ignore associative sections in executables (#151143) (PR #151336)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151336 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [llvm-objcopy] [COFF] Ignore associative sections in executables (#151143) (PR #151336)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151336 Backport fcbbcffd2e6ea30097809ba0cd1e3b6003fa862f Requested by: @mstorsjo >From b2b1c3d83951ebe6665314f1d10bb38077d01912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 30 Jul 2025

[llvm-branch-commits] [mlir] [mlir][linalg] Enable scalable vectorization of linalg.unpack (PR #149293)

2025-07-30 Thread Andrzej Warzyński via llvm-branch-commits
https://github.com/banach-space edited https://github.com/llvm/llvm-project/pull/149293 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [flang][OpenMP] Store directive information in OpenMPSectionConstruct (PR #150804)

2025-07-30 Thread Tom Eccles via llvm-branch-commits
https://github.com/tblah approved this pull request. LGTM, thanks https://github.com/llvm/llvm-project/pull/150804 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread Guy David via llvm-branch-commits
guy-david wrote: This optimization is important for us to land in this release, since it affects internal workloads we care about. It's rather conservative and concerns a very specific pattern around floating-point conversions in the AArch64 backend. Safety is above all, so we should definitel

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread Paul Walker via llvm-branch-commits
paulwalker-arm wrote: > @paulwalker-arm What do you think about merging this PR to the release branch? As far as I know the PR is not fixing an existing bug or performance regression so it depends if we've passed the point of accepting new optimisations. @guy-david will need to argue the case

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread via llvm-branch-commits
github-actions[bot] wrote: ⚠️ We detected that you are using a GitHub private e-mail address to contribute to the repo. Please turn off [Keep my email addresses private](https://github.com/settings/emails) setting in your account. See [LLVM Developer Policy](https://llvm.org/docs/DeveloperPol

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (llvmbot) Changes Backport 58d70dc62b219cd89ba434c96928a0d9c1b23a60 Requested by: @guy-david --- Full diff: https://github.com/llvm/llvm-project/pull/151317.diff 5 Files Affected: - (modified) llvm/lib/Target/AArch64/AAr

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @paulwalker-arm What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/151317 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailma

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/151317 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [AArch64] Keep floating-point conversion in SIMD (#147707) (PR #151317)

2025-07-30 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/151317 Backport 58d70dc62b219cd89ba434c96928a0d9c1b23a60 Requested by: @guy-david >From 5329a7719728030cfaa2f28a253508d5828ed81c Mon Sep 17 00:00:00 2001 From: Guy David <49722543+guy-da...@users.noreply.github.com> D

[llvm-branch-commits] [mlir] d7c231a - Revert "Reland "[mlir][llvm] Add intrinsic arg and result attribute support (…"

2025-07-30 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2025-07-30T13:49:23+02:00 New Revision: d7c231a37864a5d41317e6d2b1dee1dd1103d9cf URL: https://github.com/llvm/llvm-project/commit/d7c231a37864a5d41317e6d2b1dee1dd1103d9cf DIFF: https://github.com/llvm/llvm-project/commit/d7c231a37864a5d41317e6d2b1dee1dd1103d9cf.diff L

[llvm-branch-commits] [llvm] [AMDGPU] Extending wave reduction intrinsics for `i64` types - 3 (PR #151310)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Aaditya (easyonaadit) Changes Supporting Arithemtic Operations: `and`, `or`, `xor` --- Patch is 146.75 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/151310.diff 5 Files Affected: -

[llvm-branch-commits] [llvm] [AMDGPU] Extending wave reduction intrinsics for `i64` types - 2 (PR #151309)

2025-07-30 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-amdgpu Author: Aaditya (easyonaadit) Changes Supporting Arithemtic Operations: `add`, `sub` --- Patch is 168.45 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/151309.diff 4 Files Affected: - (modi

[llvm-branch-commits] [llvm] [AMDGPU] Extending wave reduction intrinsics for `i64` types - 3 (PR #151310)

2025-07-30 Thread via llvm-branch-commits
https://github.com/easyonaadit ready_for_review https://github.com/llvm/llvm-project/pull/151310 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU] Extending wave reduction intrinsics for `i64` types - 2 (PR #151309)

2025-07-30 Thread via llvm-branch-commits
https://github.com/easyonaadit ready_for_review https://github.com/llvm/llvm-project/pull/151309 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [AMDGPU] Add builtins for wave reduction intrinsics (PR #150170)

2025-07-30 Thread via llvm-branch-commits
https://github.com/easyonaadit updated https://github.com/llvm/llvm-project/pull/150170 >From 2d22d224d27438d8d9d0979a5fd937653a1cb8af Mon Sep 17 00:00:00 2001 From: Aaditya Date: Sat, 19 Jul 2025 12:57:27 +0530 Subject: [PATCH] Add builtins for wave reduction intrinsics --- clang/include/cla

  1   2   >