[llvm-branch-commits] [llvm] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: > The workflow file looks fine to me. I'm not sure what this container is meant > to do though. It builds the container in https://github.com/llvm/llvm-project/pull/117461. I definitely could've made this a bit more clear in the commit description. Sorry about that. It

[llvm-branch-commits] [llvm] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar approved this pull request. The workflow file looks fine to me. I'm not sure what this container is meant to do though. https://github.com/llvm/llvm-project/pull/117462 ___ llvm-branch-commits mailing list llvm-branch-comm

[llvm-branch-commits] [llvm] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: Aiden Grossman (boomanaiden154) Changes This patch adds a new Github Actions workflow to build the metrics container and push it to the Github Container Registry. --- Full diff: https://github.com/llvm/llvm-project/pull/117462.d

[llvm-branch-commits] [llvm] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 ready_for_review https://github.com/llvm/llvm-project/pull/117462 ___ 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] [Github] Add new workflow to build metrics container (PR #117462)

2024-11-23 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/117462 This patch adds a new Github Actions workflow to build the metrics container and push it to the Github Container Registry. >From 0522707ac0686fdbf578c20690ebfcec3539645e Mon Sep 17 00:00:00 2001 From: Ai

[llvm-branch-commits] [llvm] AMDGPU: Move default wavesize hack for disassembler (PR #117422)

2024-11-23 Thread Matt Arsenault via llvm-branch-commits
arsenm wrote: ### Merge activity * **Nov 23, 12:16 PM EST**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/117422). https://github.com/llvm/llvm-project/pull/117422

[llvm-branch-commits] [llvm] AMDGPU: Remove wavefrontsize64 feature from dummy target (PR #117410)

2024-11-23 Thread Matt Arsenault via llvm-branch-commits
arsenm wrote: ### Merge activity * **Nov 23, 12:16 PM EST**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/117410). https://github.com/llvm/llvm-project/pull/117410

[llvm-branch-commits] [llvm] AMDGPU: Use isWave[32|64] instead of comparing size value (PR #117411)

2024-11-23 Thread Matt Arsenault via llvm-branch-commits
arsenm wrote: ### Merge activity * **Nov 23, 12:16 PM EST**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/117411). https://github.com/llvm/llvm-project/pull/117411

[llvm-branch-commits] [clang] d0e6539 - Revert "[AIX] Fix AIX BuildBot failure as AIX linker doesn't support version …"

2024-11-23 Thread via llvm-branch-commits
Author: Xing Xue Date: 2024-11-23T12:09:28-05:00 New Revision: d0e6539d49cdeeb617b75dcceacf6287a0a8178e URL: https://github.com/llvm/llvm-project/commit/d0e6539d49cdeeb617b75dcceacf6287a0a8178e DIFF: https://github.com/llvm/llvm-project/commit/d0e6539d49cdeeb617b75dcceacf6287a0a8178e.diff LOG:

[llvm-branch-commits] [llvm] AMDGPU: Remove wavefrontsize64 feature from dummy target (PR #117410)

2024-11-23 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/117410 >From 08b936f75b9e86b2b4aced3054fe072b3f534668 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 22 Nov 2024 17:21:18 -0800 Subject: [PATCH 1/2] AMDGPU: Remove wavefrontsize64 feature from dummy target Th

[llvm-branch-commits] [llvm] AMDGPU: Use isWave[32|64] instead of comparing size value (PR #117411)

2024-11-23 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/117411 >From af7d8913f96f7d92dfe6305add635f78e7f73538 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 22 Nov 2024 18:40:25 -0800 Subject: [PATCH] AMDGPU: Use isWave[32|64] instead of comparing size value ---

[llvm-branch-commits] [llvm] AMDGPU: Move default wavesize hack for disassembler (PR #117422)

2024-11-23 Thread Matt Arsenault via llvm-branch-commits
https://github.com/arsenm updated https://github.com/llvm/llvm-project/pull/117422 >From 8c742b89a174e49f5ba6b48ca7812e9645dd Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 22 Nov 2024 20:17:48 -0800 Subject: [PATCH] AMDGPU: Move default wavesize hack for disassembler You cannot

[llvm-branch-commits] [llvm] AMDGPU: Move default wavesize hack for disassembler (PR #117422)

2024-11-23 Thread Joseph Huber via llvm-branch-commits
https://github.com/jhuber6 approved this pull request. https://github.com/llvm/llvm-project/pull/117422 ___ 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] [mlir][Func] Delete `DecomposeCallGraphTypes.cpp` (PR #117424)

2024-11-23 Thread Ingo Müller via llvm-branch-commits
https://github.com/ingomueller-net approved this pull request. Nice! LGTM! https://github.com/llvm/llvm-project/pull/117424 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bra

[llvm-branch-commits] [llvm] [LoongArch] Fix GOT usage for `non-dso_local` function calls in large code model (PR #117134)

2024-11-23 Thread via llvm-branch-commits
https://github.com/heiher approved this pull request. https://github.com/llvm/llvm-project/pull/117134 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits