[llvm-branch-commits] [mlir] [MLIR][OpenMP] Clause-based OpenMP operation definition (PR #92523)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir Author: Sergio Afonso (skatrak) Changes This patch updates `OpenMP_Op` definitions to be based on the new set of `OpenMP_Clause` definitions, and to take advantage of clause-based automatically-generated argument lists, descriptions, assembly form

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Clause-based OpenMP operation definition (PR #92523)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp Author: Sergio Afonso (skatrak) Changes This patch updates `OpenMP_Op` definitions to be based on the new set of `OpenMP_Clause` definitions, and to take advantage of clause-based automatically-generated argument lists, descriptions, assem

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Clause-based OpenMP operation definition (PR #92523)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-llvm Author: Sergio Afonso (skatrak) Changes This patch updates `OpenMP_Op` definitions to be based on the new set of `OpenMP_Clause` definitions, and to take advantage of clause-based automatically-generated argument lists, descriptions, assembly

[llvm-branch-commits] [flang] [Flang][OpenMP] Update flang with changes to the OpenMP dialect (PR #92524)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-fir-hlfir @llvm/pr-subscribers-flang-openmp Author: Sergio Afonso (skatrak) Changes This patch applies fixes after the updates to OpenMP clause operands, as well as updating some tests that were impacted by changes to the ordering or assembly for

[llvm-branch-commits] [llvm] release/18.x: InstCombine: Process addrspacecast uses in PointerReplacer (#91953) (PR #92479)

2024-05-17 Thread via llvm-branch-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/92479 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [release/18.x] Backport fixes for ARM64EC thunk generation (PR #92580)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: Daniel Paoliello (dpaoliello) Changes Backports !90115 and !92326 Release notes: Fixes issues where LLVM is either generating the incorrect thunk for a function with aligned parameters or didn't correctly pass through the return

[llvm-branch-commits] [llvm] release/18.x: [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483) (PR #92468)

2024-05-17 Thread via llvm-branch-commits
DianQK wrote: > > Per [#91483 > > (comment)](https://github.com/llvm/llvm-project/pull/91483#issuecomment-2116394616), > > we still need to further investigate this issue, but it won't stop us from > > backporting it. > > cc @MaskRay > > What exactly does this mean? Was there a bug in the ori

[llvm-branch-commits] [libcxx] [libcxxabi] release/18.x: [libcxx][libcxxabi] Fix build for OpenBSD (#92186) (PR #92601)

2024-05-17 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/92601 Backport af7467c Requested by: @Ericson2314 >From 472f75ba1cd626b92bf2b10099626717fcd58e29 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 17 May 2024 16:49:04 -0400 Subject: [PATCH] [libcxx][libcxxabi]

[llvm-branch-commits] [libcxx] [libcxxabi] release/18.x: [libcxx][libcxxabi] Fix build for OpenBSD (#92186) (PR #92601)

2024-05-17 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/92601 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] [libcxxabi] release/18.x: [libcxx][libcxxabi] Fix build for OpenBSD (#92186) (PR #92601)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @brad0 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/92601 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo

[llvm-branch-commits] [libcxx] [libcxxabi] release/18.x: [libcxx][libcxxabi] Fix build for OpenBSD (#92186) (PR #92601)

2024-05-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxxabi @llvm/pr-subscribers-libcxx Author: None (llvmbot) Changes Backport af7467c Requested by: @Ericson2314 --- Full diff: https://github.com/llvm/llvm-project/pull/92601.diff 3 Files Affected: - (modified) libcxx/src/atomic.cpp (+14-2) - (mod

[llvm-branch-commits] [llvm] [BOLT] Ignore hot markers as function references in updateELFSymbolTable (PR #92713)

2024-05-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-bolt Author: Amir Ayupov (aaupov) Changes If __hot_start marker aliases split function, we create non-sensical __hot_start.cold symbols. Similar to how hot markers are ignored when reading symbol table, explicitly ignore them as function references in up

[llvm-branch-commits] [llvm] 45257fc - Revert "[ThinLTO] Populate declaration import status except for distributed T…"

2024-05-19 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2024-05-19T22:41:50-07:00 New Revision: 45257fcc3f5c86c406a723d8b87192d5c9ca8b4c URL: https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c DIFF: https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c.diff

[llvm-branch-commits] [llvm] 45257fc - Revert "[ThinLTO] Populate declaration import status except for distributed T…"

2024-05-19 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2024-05-19T22:41:50-07:00 New Revision: 45257fcc3f5c86c406a723d8b87192d5c9ca8b4c URL: https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c DIFF: https://github.com/llvm/llvm-project/commit/45257fcc3f5c86c406a723d8b87192d5c9ca8b4c.diff

[llvm-branch-commits] [llvm] a122660 - Revert "Revert "[ThinLTO] Populate declaration import status except for distr…"

2024-05-19 Thread via llvm-branch-commits
Author: Mingming Liu Date: 2024-05-19T22:43:55-07:00 New Revision: a122660b97848488c1108716c1aa63eb3835f6c6 URL: https://github.com/llvm/llvm-project/commit/a122660b97848488c1108716c1aa63eb3835f6c6 DIFF: https://github.com/llvm/llvm-project/commit/a122660b97848488c1108716c1aa63eb3835f6c6.diff

[llvm-branch-commits] [llvm] 6f236cd - Revert "[AMDGPU] Use LSH for lowering ctlz_zero_undef.i8/i16 (#88512)"

2024-05-20 Thread via llvm-branch-commits
Author: Leon Clark Date: 2024-05-20T16:00:15+01:00 New Revision: 6f236cdc42601d96f06781e75d0112bdb8d4a4ce URL: https://github.com/llvm/llvm-project/commit/6f236cdc42601d96f06781e75d0112bdb8d4a4ce DIFF: https://github.com/llvm/llvm-project/commit/6f236cdc42601d96f06781e75d0112bdb8d4a4ce.diff LO

[llvm-branch-commits] [lld] Discard SHT_LLVM_LTO sections in relocatable links (PR #92825)

2024-05-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld-elf Author: Paul Kirth (ilovepi) Changes So long as ld -r links using bitcode always result in an ELF object, and not a merged bitcode object, the output form a relocatable link using FatLTO objects should not have a .llvm.lto section. Prior to this,

[llvm-branch-commits] [clang] [clang-tools-extra] [clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (PR #92854)

2024-05-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-modules @llvm/pr-subscribers-clang-tools-extra @llvm/pr-subscribers-clangd Author: Matheus Izvekov (mizvekov) Changes This is an enabler for a future patch. --- Patch is 33.99 KiB, truncated to 20.00 KiB below, full version: https://github.com/l

[llvm-branch-commits] [clang] [clang] Implement CWG2398 provisional TTP matching to class templates (PR #92855)

2024-05-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Matheus Izvekov (mizvekov) Changes This solves some ambuguity introduced in P0522 regarding how template template parameters are partially ordered, and should reduce the negative impact of enabling `-frelaxed-template-template-args` by de

[llvm-branch-commits] [AArch64] Remove usage of PostRAScheduler (PR #92871)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: Pengcheng Wang (wangpc-pp) Changes This doesn't take effect as we have overrided `enablePostRAScheduler` and we should use the `FeaturePostRAScheduler` feature in processor definitions. --- Full diff: https://github.com/llvm/llv

[llvm-branch-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Add reverse directive (PR #92916)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp @llvm/pr-subscribers-clang-modules Author: Michael Kruse (Meinersbur) Changes Add the reverse directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report 12](https://www.op

[llvm-branch-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Add reverse directive (PR #92916)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Michael Kruse (Meinersbur) Changes Add the reverse directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report 12](https://www.openmp.org/wp-content/uploads/openmp-TR12.pd

[llvm-branch-commits] [clang-tools-extra] [clang-tools-extra] Revise IDE folder structure (PR #89744)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tidy Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the Clang-tools-extra part. See #89153 for the entire series and motivation. Update the folder titles for ta

[llvm-branch-commits] [compiler-rt] [compiler-rt] Revise IDE folder structure (PR #89753)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-pgo Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the Compiler-RT part. See #89153 for the entire series and motivation. Update the folder titles for targets in the

[llvm-branch-commits] [flang] [flang] Revise IDE folder structure (PR #89745)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-runtime Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the Flang part. See #89153 for the entire series and motivation. Update the folder titles for targets in

[llvm-branch-commits] [flang] [flang] Revise IDE folder structure (PR #89745)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-fir-hlfir Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the Flang part. See #89153 for the entire series and motivation. Update the folder titles for targets i

[llvm-branch-commits] [lld] [lld] Revise IDE folder structure (PR #89747)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the LLD part. See #89153 for the entire series and motivation. Update the folder titles for targets in the monorepo

[llvm-branch-commits] [mlir] [mlir] Revise IDE folder structure (PR #89749)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir @llvm/pr-subscribers-mlir-core Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the MLIR part. See #89153 for the entire series and motivation. Update the folder t

[llvm-branch-commits] [lldb] [lldb] Revise IDE folder structure (PR #89748)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the LLDB part. See #89153 for the entire series and motivation. Update the folder titles for targets in the monore

[llvm-branch-commits] [llvm] [openmp] [openmp] Revise IDE folder structure (PR #89750)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-offload Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the OpenMP part. See #89153 for the entire series and motivation. Update the folder titles for targets in the m

[llvm-branch-commits] [libc] [libcxx] [libcxxabi] [libunwind] [llvm] [pstl] Revise IDE folder structure (PR #89755)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the part for the remaining subprojects that have just one file changed each. For the runtime subprojects this is

[llvm-branch-commits] [llvm] [bolt] Revise IDE folder structure (PR #89742)

2024-05-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-bolt Author: Michael Kruse (Meinersbur) Changes Reviewers of #89153 suggested to break up the patch into per-subproject patches. This is the BOLT part. See #89153 for the entire series and motivation. Update the folder titles for targets in the monore

[llvm-branch-commits] [libcxx] e8e53a5 - Revert "[libc++][vector] Inline remaining constructors filling vector with th…"

2024-05-22 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-05-22T04:28:03-07:00 New Revision: e8e53a594603300ba9faf03ce3e4e157ee036feb URL: https://github.com/llvm/llvm-project/commit/e8e53a594603300ba9faf03ce3e4e157ee036feb DIFF: https://github.com/llvm/llvm-project/commit/e8e53a594603300ba9faf03ce3e4e157ee036feb.diff L

[llvm-branch-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Add interchange directive (PR #93022)

2024-05-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-modules Author: Michael Kruse (Meinersbur) Changes Add the interchange directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report 12](https://www.openmp.org/wp-content/uploads/op

[llvm-branch-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Add interchange directive (PR #93022)

2024-05-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen @llvm/pr-subscribers-flang-openmp Author: Michael Kruse (Meinersbur) Changes Add the interchange directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report 12](https://ww

[llvm-branch-commits] [clang] [llvm] [openmp] [Clang][OpenMP] Add interchange directive (PR #93022)

2024-05-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Michael Kruse (Meinersbur) Changes Add the interchange directive which will be introduced in the upcoming OpenMP 6.0 specification. A preview has been published in [Technical Report 12](https://www.openmp.org/wp-content/uploads/openmp-TR1

[llvm-branch-commits] [llvm] 5474b1f - Revert "[MIPS] match llvm.{min, max}num with {min, max}.fmt for R6 (#89021)"

2024-05-22 Thread via llvm-branch-commits
Author: YunQiang Su Date: 2024-05-22T22:09:27+08:00 New Revision: 5474b1f0bd73c94f78ccf63565b46fd1ee34b589 URL: https://github.com/llvm/llvm-project/commit/5474b1f0bd73c94f78ccf63565b46fd1ee34b589 DIFF: https://github.com/llvm/llvm-project/commit/5474b1f0bd73c94f78ccf63565b46fd1ee34b589.diff L

[llvm-branch-commits] [BOLT][NFC] Move out PrintProgramStats from Profile into Rewrite (PR #93075)

2024-05-22 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-bolt Author: Amir Ayupov (aaupov) Changes Eliminate the dependence of Profile on Passes. Test Plan: NFC --- Full diff: https://github.com/llvm/llvm-project/pull/93075.diff 3 Files Affected: - (modified) bolt/lib/Profile/CMakeLists.txt (-1) - (modi

[llvm-branch-commits] [llvm] bf19260 - Revert "[IR] Avoid creating icmp/fcmp constant expressions (#92885)"

2024-05-22 Thread via llvm-branch-commits
Author: Daniel Thornburgh Date: 2024-05-22T11:27:27-07:00 New Revision: bf19260fe0d348aee801f4446c4f8666740c8896 URL: https://github.com/llvm/llvm-project/commit/bf19260fe0d348aee801f4446c4f8666740c8896 DIFF: https://github.com/llvm/llvm-project/commit/bf19260fe0d348aee801f4446c4f8666740c8896.d

[llvm-branch-commits] [lldb] daa63e1 - Revert "[lldb] Added Debuginfod tests and fixed a couple issues (#92572)"

2024-05-22 Thread via llvm-branch-commits
Author: Daniel Thornburgh Date: 2024-05-22T13:54:32-07:00 New Revision: daa63e1870999e8ca8db454a788a0720740d194a URL: https://github.com/llvm/llvm-project/commit/daa63e1870999e8ca8db454a788a0720740d194a DIFF: https://github.com/llvm/llvm-project/commit/daa63e1870999e8ca8db454a788a0720740d194a.d

[llvm-branch-commits] [llvm] release/18.x: [DAGCombiner] In mergeTruncStore, make sure we aren't storing shifted in bits. (#90939) (PR #91038)

2024-05-22 Thread via llvm-branch-commits
https://github.com/AtariDreams updated https://github.com/llvm/llvm-project/pull/91038 >From 094e4fbb65a5f24474cbe556f895ee784f6bdffb Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 3 May 2024 09:59:33 -0700 Subject: [PATCH] [DAGCombiner] In mergeTruncStore, make sure we aren't storing

[llvm-branch-commits] [lldb] 788e65c - Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan …"

2024-05-23 Thread via llvm-branch-commits
Author: Med Ismail Bennani Date: 2024-05-23T01:45:18-07:00 New Revision: 788e65c8171e233d399f3f1df645d6f9fb8f66bc URL: https://github.com/llvm/llvm-project/commit/788e65c8171e233d399f3f1df645d6f9fb8f66bc DIFF: https://github.com/llvm/llvm-project/commit/788e65c8171e233d399f3f1df645d6f9fb8f66bc.

[llvm-branch-commits] [clang] 8c86a4b - Revert "[AArch64][SME] Add intrinsics for vector groups ZERO (#88114)"

2024-05-23 Thread via llvm-branch-commits
Author: Lukacma Date: 2024-05-23T15:12:27+01:00 New Revision: 8c86a4b19b8c6d7ed5dcb31709bd518383130174 URL: https://github.com/llvm/llvm-project/commit/8c86a4b19b8c6d7ed5dcb31709bd518383130174 DIFF: https://github.com/llvm/llvm-project/commit/8c86a4b19b8c6d7ed5dcb31709bd518383130174.diff LOG:

[llvm-branch-commits] [clang] 1786075 - Revert "[SME] Add intrinsics for FCVT(wid.) and FCVTL (#90215)"

2024-05-23 Thread via llvm-branch-commits
Author: Lukacma Date: 2024-05-23T15:13:01+01:00 New Revision: 1786075d2a347465e518cfaa04a40cb75eb75828 URL: https://github.com/llvm/llvm-project/commit/1786075d2a347465e518cfaa04a40cb75eb75828 DIFF: https://github.com/llvm/llvm-project/commit/1786075d2a347465e518cfaa04a40cb75eb75828.diff LOG:

[llvm-branch-commits] [clang] 8871ef5 - Revert "[clang] Implement CWG2398 provisional TTP matching to class templates…"

2024-05-23 Thread via llvm-branch-commits
Author: Matheus Izvekov Date: 2024-05-23T21:30:43-03:00 New Revision: 8871ef58ece10234b8cd97c5e7199dee7d7a8b08 URL: https://github.com/llvm/llvm-project/commit/8871ef58ece10234b8cd97c5e7199dee7d7a8b08 DIFF: https://github.com/llvm/llvm-project/commit/8871ef58ece10234b8cd97c5e7199dee7d7a8b08.dif

[llvm-branch-commits] [clang] [clang] add fallback to expr in the template differ when comparing ValueDecl (PR #93266)

2024-05-23 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Matheus Izvekov (mizvekov) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/93266.diff 3 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+1) - (modified) clang/lib/AST/ASTDiagnostic.cpp (+5) - (modified) cla

[llvm-branch-commits] [llvm] 92f6036 - Revert "[AMDGPU] Add AMDGPU-specific module splitting (#89245)"

2024-05-23 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-05-23T23:44:21-07:00 New Revision: 92f6036dfea9e64b141dcba8f8329ab17e53c3a5 URL: https://github.com/llvm/llvm-project/commit/92f6036dfea9e64b141dcba8f8329ab17e53c3a5 DIFF: https://github.com/llvm/llvm-project/commit/92f6036dfea9e64b141dcba8f8329ab17e53c3a5.diff L

[llvm-branch-commits] [mlir] 2790b4d - Revert "[mlir] Fix race condition introduced in ThreadLocalCache (#93280)"

2024-05-24 Thread via llvm-branch-commits
Author: Kiran Chandramohan Date: 2024-05-24T11:18:55+01:00 New Revision: 2790b4d9e63c13d1e692cc301bbd373b10f28070 URL: https://github.com/llvm/llvm-project/commit/2790b4d9e63c13d1e692cc301bbd373b10f28070 DIFF: https://github.com/llvm/llvm-project/commit/2790b4d9e63c13d1e692cc301bbd373b10f28070.

[llvm-branch-commits] [mlir] 50cb216 - Revert "[mlir] Optimize ThreadLocalCache by removing atomic bottleneck (#93270)"

2024-05-24 Thread via llvm-branch-commits
Author: Jacques Pienaar Date: 2024-05-24T07:45:37-07:00 New Revision: 50cb2160464ef916146c199ab8c9fe3ea9f054d6 URL: https://github.com/llvm/llvm-project/commit/50cb2160464ef916146c199ab8c9fe3ea9f054d6 DIFF: https://github.com/llvm/llvm-project/commit/50cb2160464ef916146c199ab8c9fe3ea9f054d6.dif

[llvm-branch-commits] [lld] [llvm] release/18.x: [lld] Fix -ObjC load behavior with LTO (#92162) (PR #92478)

2024-05-24 Thread via llvm-branch-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/92478 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [DAGCombiner] In mergeTruncStore, make sure we aren't storing shifted in bits. (#90939) (PR #91038)

2024-05-24 Thread via llvm-branch-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/91038 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang] Preserve Qualifiers and type sugar in TemplateNames (PR #93433)

2024-05-26 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-modules @llvm/pr-subscribers-clang Author: Matheus Izvekov (mizvekov) Changes This patch improves the preservation of qualifiers and loss of type sugar in TemplateNames. This problem is analogous to https://reviews.llvm.org/D112374 and this patch

[llvm-branch-commits] [llvm] f350760 - Revert "[X86] Use generic CPU tuning when tune-cpu is empty (#83631)"

2024-05-26 Thread via llvm-branch-commits
Author: Phoebe Wang Date: 2024-05-27T11:34:21+08:00 New Revision: f350760c1c8f7e7b7c7f858aacc1465a03a1ed83 URL: https://github.com/llvm/llvm-project/commit/f350760c1c8f7e7b7c7f858aacc1465a03a1ed83 DIFF: https://github.com/llvm/llvm-project/commit/f350760c1c8f7e7b7c7f858aacc1465a03a1ed83.diff L

[llvm-branch-commits] [llvm] release/18.x: [PPCMergeStringPool] Only replace constant once (#92996) (PR #93442)

2024-05-26 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/93442 Backport 9f85bc834b07ebfec9e5e02deb9255a0f6ec5cc7 Requested by: @nikic >From 97ab1917845fa9426ba913139fc8a007cba1d7ce Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 27 May 2024 08:54:11 +0200 Subject: [

[llvm-branch-commits] [llvm] release/18.x: [PPCMergeStringPool] Only replace constant once (#92996) (PR #93442)

2024-05-26 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/93442 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang] fix printing of canonical template template parameters take 2 (PR #93448)

2024-05-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Matheus Izvekov (mizvekov) Changes Since they can also occur as the template name of template specializations, handle them from TemplateName printing instead of TemplateArgument. --- Full diff: https://github.com/llvm/llvm-project/pull/93

[llvm-branch-commits] [clang] release/18.x: [clang-format] Fix a bug in formatting goto labels in macros (#92494) (PR #93494)

2024-05-27 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/93494 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/18.x: [clang-format] Fix a bug in formatting goto labels in macros (#92494) (PR #93494)

2024-05-27 Thread via llvm-branch-commits
llvmbot wrote: @mydeveloperday What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/93494 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman

[llvm-branch-commits] [clang] release/18.x: [clang-format] Fix a bug in formatting goto labels in macros (#92494) (PR #93494)

2024-05-27 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/93494 Backport d89f20058b45e3836527e816af7ed7372e1d554d Requested by: @owenca >From ad6e7384693cf38ed89dc02fc6e2e0ac215fbd66 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Tue, 21 May 2024 01:35:31 -0700 Subject: [PAT

[llvm-branch-commits] [clang] release/18.x: [clang-format] Fix a bug in formatting goto labels in macros (#92494) (PR #93494)

2024-05-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: None (llvmbot) Changes Backport d89f20058b45e3836527e816af7ed7372e1d554d Requested by: @owenca --- Full diff: https://github.com/llvm/llvm-project/pull/93494.diff 3 Files Affected: - (modified) clang/lib/Format/UnwrappedLinePars

[llvm-branch-commits] [llvm] [LAA] Use getBackedgeTakenCountForCountableExits. (PR #93499)

2024-05-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: Florian Hahn (fhahn) Changes Update LAA to use getBackedgeTakenCountForCountableExits which returns the minimum of the countable exits When analyzing dependences and computing runtime checks, we need the smallest upper bound on the

[llvm-branch-commits] [mlir] ff4df79 - Revert "[mlir] Remove dialect specific bufferization passes (#93488)"

2024-05-28 Thread via llvm-branch-commits
Author: Kunwar Grover Date: 2024-05-28T11:20:44+01:00 New Revision: ff4df79c7525ff673ebccdd2f5c828196c464f31 URL: https://github.com/llvm/llvm-project/commit/ff4df79c7525ff673ebccdd2f5c828196c464f31 DIFF: https://github.com/llvm/llvm-project/commit/ff4df79c7525ff673ebccdd2f5c828196c464f31.diff

[llvm-branch-commits] [clang] 9b2488e - Revert "[AArch64][SME] Add intrinsics for multi-vector BFCLAMP (#88251)"

2024-05-28 Thread via llvm-branch-commits
Author: Lukacma Date: 2024-05-28T12:07:37+01:00 New Revision: 9b2488e3047e92070a86ecd15128779255e76290 URL: https://github.com/llvm/llvm-project/commit/9b2488e3047e92070a86ecd15128779255e76290 DIFF: https://github.com/llvm/llvm-project/commit/9b2488e3047e92070a86ecd15128779255e76290.diff LOG:

[llvm-branch-commits] [mlir] Backport into 17.x : [mlir][nfc] Allow ops to have operands/attributes named `context`. (PR #65281)

2023-09-04 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/65281 ___ llvm-branch-commits mai

[llvm-branch-commits] [mlir] Backport into 17.x : [mlir][nfc] Allow ops to have operands/attributes named `context`. (PR #65281)

2023-09-04 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/65281 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Backport into 17.x : [mlir][nfc] Allow ops to have operands/attributes named `context`. (PR #65281)

2023-09-04 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/65281 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] Fix AIX OS requirements for ThinLTO to 7.2.5 SP7 (PR #65486)

2023-09-06 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/65486 ___ llvm-branch-commits mai

[llvm-branch-commits] [clang] Fix AIX OS requirements for ThinLTO to 7.2.5 SP7 (PR #65486)

2023-09-06 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/65486 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] Fix AIX OS requirements for ThinLTO to 7.2.5 SP7 (PR #65486)

2023-09-06 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/65486 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [NFC][OpenMP] Update OpenMP Support page for Clang/LLVM 17 (PR #65550)

2023-09-06 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/65550 ___ llvm-branch-commits mai

[llvm-branch-commits] [clang] [NFC][OpenMP] Update OpenMP Support page for Clang/LLVM 17 (PR #65550)

2023-09-06 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/65550 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [NFC][OpenMP] Update OpenMP Support page for Clang/LLVM 17 (PR #65550)

2023-09-06 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/65550 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882) (PR #66373)

2023-09-14 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/66373 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] Backport [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882) (PR #66373)

2023-09-14 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/66373 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882) (PR #66373)

2023-09-14 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/66373 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport [Github] Disable repo lockdown (#65161) (PR #66375)

2023-09-14 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/66375 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport [Github] Disable repo lockdown (#65161) (PR #66375)

2023-09-14 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/66375 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport [Github] Disable repo lockdown (#65161) (PR #66375)

2023-09-14 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/66375 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] Release/6.x (PR #68516)

2023-10-08 Thread via llvm-branch-commits
https://github.com/aqnote0 closed https://github.com/llvm/llvm-project/pull/68516 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin. (PR #69187)

2023-10-16 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/69187 ___ llvm-branch-commits mai

[llvm-branch-commits] [compiler-rt] [LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin. (PR #69187)

2023-10-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/69187 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] [LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin. (PR #69187)

2023-10-16 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/69187 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
https://github.com/Dirreke created https://github.com/llvm/llvm-project/pull/69731 close #68971 according to #21245 , disable `__multi3` and other buitin functions which are not available in 32-bit target. >From 3bd40891327d072f38c4b0675ef6facac1613470 Mon Sep 17 00:00:00 2001 From: Dirreck

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
github-actions[bot] wrote: This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. https://github.com/llvm/llvm-project/pull/69731 ___ llvm-branch-commits mai

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
https://github.com/github-actions[bot] locked https://github.com/llvm/llvm-project/pull/69731 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [CSKY] Don't emit `__multi3` on 32-bit CSKY (PR #69731)

2023-10-20 Thread via llvm-branch-commits
https://github.com/github-actions[bot] closed https://github.com/llvm/llvm-project/pull/69731 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] 0bdf7a0 - Update Bufferization.md

2023-10-25 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2023-10-25T19:17:32-07:00 New Revision: 0bdf7a0bc1c1e3b5fc3280e9ba5f5cacfeeb5f7f URL: https://github.com/llvm/llvm-project/commit/0bdf7a0bc1c1e3b5fc3280e9ba5f5cacfeeb5f7f DIFF: https://github.com/llvm/llvm-project/commit/0bdf7a0bc1c1e3b5fc3280e9ba5f5cacfeeb5f7f.diff L

[llvm-branch-commits] [mlir] a06bcdd - Update Bufferization.md

2023-10-25 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2023-10-25T20:42:41-07:00 New Revision: a06bcdde0c75dbab260d7d31d4dcaf0b169d8811 URL: https://github.com/llvm/llvm-project/commit/a06bcdde0c75dbab260d7d31d4dcaf0b169d8811 DIFF: https://github.com/llvm/llvm-project/commit/a06bcdde0c75dbab260d7d31d4dcaf0b169d8811.diff L

[llvm-branch-commits] [mlir] d8a5215 - [mlir][doc] Slightly clarify bufferization documentation (#70212)

2023-10-25 Thread via llvm-branch-commits
Author: Rik Huijzer Date: 2023-10-25T19:01:33-07:00 New Revision: d8a5215728322d1c72bafa6c84cd54936102b174 URL: https://github.com/llvm/llvm-project/commit/d8a5215728322d1c72bafa6c84cd54936102b174 DIFF: https://github.com/llvm/llvm-project/commit/d8a5215728322d1c72bafa6c84cd54936102b174.diff L

[llvm-branch-commits] [llvm] 44193a0 - [TableGen][NFC] Format CompressInstEmitter (#68564)

2023-10-25 Thread via llvm-branch-commits
Author: Wang Pengcheng Date: 2023-10-26T10:39:52+08:00 New Revision: 44193a0573d82c1c353a25b73acc338663095c80 URL: https://github.com/llvm/llvm-project/commit/44193a0573d82c1c353a25b73acc338663095c80 DIFF: https://github.com/llvm/llvm-project/commit/44193a0573d82c1c353a25b73acc338663095c80.diff

[llvm-branch-commits] [clang] fcdb098 - Merge branch 'main' into users/joker-eph/dps-doc

2023-10-25 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2023-10-25T20:44:18-07:00 New Revision: fcdb098737949b325bc4e8aee21810a7a949c1a6 URL: https://github.com/llvm/llvm-project/commit/fcdb098737949b325bc4e8aee21810a7a949c1a6 DIFF: https://github.com/llvm/llvm-project/commit/fcdb098737949b325bc4e8aee21810a7a949c1a6.diff L

[llvm-branch-commits] [mlir] 2ff0385 - Update Bufferization.md

2023-10-25 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2023-10-25T20:44:48-07:00 New Revision: 2ff038576a0c505da1601d614d27110bc00624c9 URL: https://github.com/llvm/llvm-project/commit/2ff038576a0c505da1601d614d27110bc00624c9 DIFF: https://github.com/llvm/llvm-project/commit/2ff038576a0c505da1601d614d27110bc00624c9.diff L

[llvm-branch-commits] [lld] 5d4c958 - Revert "[lld][NCF] Add missing llvm-mc invocation to arm64ec-codemap.test. (#70956)"

2023-11-01 Thread via llvm-branch-commits
Author: Anton Korobeynikov Date: 2023-11-01T12:35:55-07:00 New Revision: 5d4c958cf5b8f25573bc07e98b4ea4a6feb59bfd URL: https://github.com/llvm/llvm-project/commit/5d4c958cf5b8f25573bc07e98b4ea4a6feb59bfd DIFF: https://github.com/llvm/llvm-project/commit/5d4c958cf5b8f25573bc07e98b4ea4a6feb59bfd.

[llvm-branch-commits] [mlir] [llvm] Refactor ModuleToObject to offer more flexibility to subclass (NFC) (PR #71165)

2023-11-03 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir Author: Mehdi Amini (joker-eph) Changes Some specific implementation of the offload may want more customization, and even avoid using LLVM in-tree to dispatch the ISA translation to a custom solution. This refactoring makes it possible for such impl

[llvm-branch-commits] [mlir] [llvm] Refactor ModuleToObject to offer more flexibility to subclass (NFC) (PR #71165)

2023-11-03 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-llvm @llvm/pr-subscribers-mlir-gpu Author: Mehdi Amini (joker-eph) Changes Some specific implementation of the offload may want more customization, and even avoid using LLVM in-tree to dispatch the ISA translation to a custom solution. This refactor

[llvm-branch-commits] [mlir] ceb4dc4 - [MLIR][VectorToLLVM] Remove typed pointer support (#71075)

2023-11-03 Thread via llvm-branch-commits
Author: Christian Ulmann Date: 2023-11-03T11:16:11+01:00 New Revision: ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f URL: https://github.com/llvm/llvm-project/commit/ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f DIFF: https://github.com/llvm/llvm-project/commit/ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f.di

[llvm-branch-commits] [mlir] 8fd43fd - [mlir][ArmSME] Provide descriptions and summaries for intrinsic types (#71057)

2023-11-03 Thread via llvm-branch-commits
Author: Benjamin Maxwell Date: 2023-11-03T10:25:04Z New Revision: 8fd43fddd3b1c1dba9d59a10268a6cd71c2e3504 URL: https://github.com/llvm/llvm-project/commit/8fd43fddd3b1c1dba9d59a10268a6cd71c2e3504 DIFF: https://github.com/llvm/llvm-project/commit/8fd43fddd3b1c1dba9d59a10268a6cd71c2e3504.diff L

[llvm-branch-commits] [flang] e215324 - [flang][StackArrays] skip analysis of very large functions (#71047)

2023-11-03 Thread via llvm-branch-commits
Author: Tom Eccles Date: 2023-11-03T10:29:33Z New Revision: e21532418528f0cbcec4c811ce0ea41e8b3075fe URL: https://github.com/llvm/llvm-project/commit/e21532418528f0cbcec4c811ce0ea41e8b3075fe DIFF: https://github.com/llvm/llvm-project/commit/e21532418528f0cbcec4c811ce0ea41e8b3075fe.diff LOG: [f

[llvm-branch-commits] [openmp] 1111ef0 - Add openmp support to System z (#66081)

2023-11-03 Thread via llvm-branch-commits
Author: Neale Ferguson Date: 2023-11-03T12:42:55+01:00 New Revision: ef025762d9b7ecc3cafc576083987ae63fe6 URL: https://github.com/llvm/llvm-project/commit/ef025762d9b7ecc3cafc576083987ae63fe6 DIFF: https://github.com/llvm/llvm-project/commit/ef025762d9b7ecc3cafc576083987ae63fe6.diff

[llvm-branch-commits] [mlir] 97a238e - [MLIR][LLVM] Remove typed pointer conversion utils (#71169)

2023-11-03 Thread via llvm-branch-commits
Author: Christian Ulmann Date: 2023-11-03T13:02:35+01:00 New Revision: 97a238e863fdf1f1a54e4bb609e130a6456a4f61 URL: https://github.com/llvm/llvm-project/commit/97a238e863fdf1f1a54e4bb609e130a6456a4f61 DIFF: https://github.com/llvm/llvm-project/commit/97a238e863fdf1f1a54e4bb609e130a6456a4f61.di

<    30   31   32   33   34   35   36   37   38   39   >