[llvm-branch-commits] [llvm] [LoongArch] Add patterns to support vector type average instructions generation (PR #161079)

2025-10-19 Thread via llvm-branch-commits
tangaac wrote: We could make these `ISD` legal. ```bash AVGFLOORS -> avg AVGFLOORU -> avg.u AVGCEILS -> avgr AVGCEILU -> avgr.u ``` https://github.com/llvm/llvm-project/pull/161079 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.

[llvm-branch-commits] [clang] release/21.x: [clang-format] Fix a crash on BAS_BlockIndent (#164047) (PR #164126)

2025-10-19 Thread via llvm-branch-commits
https://github.com/owenca milestoned https://github.com/llvm/llvm-project/pull/164126 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [FPEnv][SDAG] Implement FNEARBYINT with optional chain (PR #163081)

2025-10-19 Thread Serge Pavlov via llvm-branch-commits
spavloff wrote: The use of mandatory chain argument is discussed here: https://discourse.llvm.org/t/rfc-change-of-strict-fp-operation-representation-in-ir/85021. Using null chain is an interesting solution, because it allows detecting problems earlier. If we choose mandatory chain, it could be

[llvm-branch-commits] [llvm] [MLGO] Add MIR2Vec embedding framework documentation (PR #164033)

2025-10-19 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin edited https://github.com/llvm/llvm-project/pull/164033 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [MLGO] Add MIR2Vec embedding framework documentation (PR #164033)

2025-10-19 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin approved this pull request. https://github.com/llvm/llvm-project/pull/164033 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [NFC][llvm-ir2vec] Standardize error message format using WithColor (PR #164032)

2025-10-19 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin approved this pull request. https://github.com/llvm/llvm-project/pull/164032 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [NFC][llvm-ir2vec] Standardize error message format using WithColor (PR #164032)

2025-10-19 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin edited https://github.com/llvm/llvm-project/pull/164032 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: Matt Arsenault (arsenm) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/164195.diff 1 Files Affected: - (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+11-2) ``diff diff --git a/llvm/include/llvm/

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: Matt Arsenault (arsenm) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/164195.diff 1 Files Affected: - (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+11-2) ``diff diff --git a/llvm/include/llvm/IR/R

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-arm Author: Matt Arsenault (arsenm) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/164195.diff 1 Files Affected: - (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+11-2) ``diff diff --git a/llvm/include/llvm/

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: Matt Arsenault (arsenm) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/164195.diff 1 Files Affected: - (modified) llvm/include/llvm/IR/RuntimeLibcalls.td (+11-2) ``diff diff --git a/llvm/include/l

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm ready_for_review https://github.com/llvm/llvm-project/pull/164195 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread Matt Arsenault via llvm-branch-commits
arsenm 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/164195?utm_source=stack-comment-downstack-mergeability-warning";

[llvm-branch-commits] [llvm] RuntimeLibcalls: Make sure _Unwind_Resume entries are mutually exclusive (PR #164195)

2025-10-19 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/164195 None >From 69a5b22cd1e47f53bbc779a6cb87ed94c55e39bd Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 20 Oct 2025 01:13:16 +0900 Subject: [PATCH] RuntimeLibcalls: Make sure _Unwind_Resume entries are mut

[llvm-branch-commits] [clang] 2b5c693 - Revert "[clang] separate recursive instantiation check from CodeSynthesisCont…"

2025-10-19 Thread via llvm-branch-commits
Author: Matheus Izvekov Date: 2025-10-19T16:19:06-03:00 New Revision: 2b5c693610d5e52663e534ab7af9d30fdac3c2e0 URL: https://github.com/llvm/llvm-project/commit/2b5c693610d5e52663e534ab7af9d30fdac3c2e0 DIFF: https://github.com/llvm/llvm-project/commit/2b5c693610d5e52663e534ab7af9d30fdac3c2e0.dif

[llvm-branch-commits] [libcxx] release/21.x: [libc++] Implement comparison operators for `tuple` added in C++23 (#148799) (PR #151808)

2025-10-19 Thread A. Jiang via llvm-branch-commits
https://github.com/frederick-vs-ja closed https://github.com/llvm/llvm-project/pull/151808 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits