[llvm-branch-commits] [mlir] PR for llvm/llvm-project#79600 (PR #79603)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-llvm Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79600 --- Full diff: https://github.com/llvm/llvm-project/pull/79603.diff 3 Files Affected: - (modified) mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp (+2-1) - (modif

[llvm-branch-commits] [mlir] PR for llvm/llvm-project#79600 (PR #79603)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-gpu Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79600 --- Full diff: https://github.com/llvm/llvm-project/pull/79603.diff 3 Files Affected: - (modified) mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp (+2-1) - (modifi

[llvm-branch-commits] [mlir] PR for llvm/llvm-project#79600 (PR #79603)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79603 >From 7714cd9232837ff150dc977b54a44f7de1a213e1 Mon Sep 17 00:00:00 2001 From: Andrei Golubev Date: Fri, 26 Jan 2024 15:27:51 +0200 Subject: [PATCH] [mlir][LLVM] Use int32_t to indirectly construct GEPArg (#79562

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79571 (PR #79572)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms @llvm/pr-subscribers-llvm-analysis Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79571 --- Full diff: https://github.com/llvm/llvm-project/pull/79572.diff 2 Files Affected: - (modified) llvm/lib/Analysis/Memory

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79571 (PR #79572)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79572 >From 79e6c8c32c2547c3f91952c4d43b3ebb1443eb35 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 24 Jan 2024 10:15:42 +0100 Subject: [PATCH] [MSSAUpdater] Handle simplified accesses when updating phis (#782

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79137 --- Full diff: https://github.com/llvm/llvm-project/pull/79561.diff 3 Files Affected: - (modified) llvm/lib/Analysis/LoopAccessAnalysis.cpp (+46-7) - (modified

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79137 --- Full diff: https://github.com/llvm/llvm-project/pull/79561.diff 3 Files Affected: - (modified) llvm/lib/Analysis/LoopAccessAnalysis.cpp (+46-7) - (modifi

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79561 >From b4abadcb6972a934d681ac59f978434c626e1444 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 24 Jan 2024 10:45:20 +0100 Subject: [PATCH 1/2] [PhaseOrdering] Add additional test for #79161 (NFC) (cherry

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79547 (PR #79548)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79548 >From eaf68babab013f48a9724283bb8087ac60220af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 26 Jan 2024 05:09:28 +0100 Subject: [PATCH] [llvm] [cmake] Include httplib in LLVMConf

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79451 (PR #79457)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: 27654471cc7acfca733c104e2ec24f882cfc6132 https://github.com/llvm/llvm-project/pull/79457 ___ 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] PR for llvm/llvm-project#79451 (PR #79457)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79457 ___ 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] 2765447 - [AMDGPU] Move architected SGPR implementation into isel (#79120)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
Author: Jay Foad Date: 2024-01-27T23:18:25-08:00 New Revision: 27654471cc7acfca733c104e2ec24f882cfc6132 URL: https://github.com/llvm/llvm-project/commit/27654471cc7acfca733c104e2ec24f882cfc6132 DIFF: https://github.com/llvm/llvm-project/commit/27654471cc7acfca733c104e2ec24f882cfc6132.diff LOG:

[llvm-branch-commits] [llvm] workflows: Merge LLVM tests together into a single job (#78877) (PR #79710)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79710 ___ 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] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread Shengchen Kan via llvm-branch-commits
KanRobert wrote: > > @phoebewang What do you think about merging this PR to the release branch? > > This patch fixes prior mistakes, so should be merged to release branch. > @KanRobert Do I understand it right? Agree, though I haven't notice any runfail due to this mistake. https://github.com

[llvm-branch-commits] [mlir] 4cb7679 - Revert "[mlir][complex] Prevent underflow in complex.abs"

2024-01-27 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2024-01-27T19:24:30-08:00 New Revision: 4cb76790260f76cdff9923c00f02417249ffe2e9 URL: https://github.com/llvm/llvm-project/commit/4cb76790260f76cdff9923c00f02417249ffe2e9 DIFF: https://github.com/llvm/llvm-project/commit/4cb76790260f76cdff9923c00f02417249ffe2e9.diff L

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread Phoebe Wang via llvm-branch-commits
phoebewang wrote: > @phoebewang What do you think about merging this PR to the release branch? This patch fixes prior mistakes, so should be merged to release branch. @KanRobert Do I understand it right? https://github.com/llvm/llvm-project/pull/79721 __

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-support Author: None (llvmbot) Changes resolves llvm/llvm-project#79675 --- Patch is 41.03 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/79721.diff 5 Files Affected: - (modified) llvm/include/llvm/S

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes resolves llvm/llvm-project#79675 --- Patch is 41.03 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/79721.diff 5 Files Affected: - (modified) llvm/include/llvm/Su

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @phoebewang What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/79721 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/79721 ___ 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] PR for llvm/llvm-project#79675 (PR #79721)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/79721 resolves llvm/llvm-project#79675 >From 0c579c019c0acf36e4901e4ca89557fbc115c0a7 Mon Sep 17 00:00:00 2001 From: Shengchen Kan Date: Sun, 28 Jan 2024 09:06:27 +0800 Subject: [PATCH] [X86][tablgen] Fix the broadcas

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: fa0a72b584a06fcf210a9667a344c1f87a2a081b https://github.com/llvm/llvm-project/pull/79566 ___ 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] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79566 ___ 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] fa0a72b - [LTO] Fix Veclib flags correctly pass to LTO flags (#78749)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
Author: Paschalis Mpeis Date: 2024-01-27T15:52:23-08:00 New Revision: fa0a72b584a06fcf210a9667a344c1f87a2a081b URL: https://github.com/llvm/llvm-project/commit/fa0a72b584a06fcf210a9667a344c1f87a2a081b DIFF: https://github.com/llvm/llvm-project/commit/fa0a72b584a06fcf210a9667a344c1f87a2a081b.dif

[llvm-branch-commits] [llvm] workflows: Merge LLVM tests together into a single job (#78877) (PR #79710)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: Tom Stellard (tstellar) Changes This is possible now that the free GitHub runners for Windows and Linux have more disk space: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ I also had to

[llvm-branch-commits] [llvm] workflows: Merge LLVM tests together into a single job (#78877) (PR #79710)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/79710 This is possible now that the free GitHub runners for Windows and Linux have more disk space: https://github.blog/2024-01-17-github-hosted-runners-double-the-power-for-open-source/ I also had to switch from ma

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79355 (PR #79361)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79361 ___ 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] PR for llvm/llvm-project#79355 (PR #79361)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: 16bfe1e89f6bc6c9cf5c584247856840f83fad62 https://github.com/llvm/llvm-project/pull/79361 ___ 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] 16bfe1e - Fix comparison of Structural Values

2024-01-27 Thread Tom Stellard via llvm-branch-commits
Author: erichkeane Date: 2024-01-27T10:31:53-08:00 New Revision: 16bfe1e89f6bc6c9cf5c584247856840f83fad62 URL: https://github.com/llvm/llvm-project/commit/16bfe1e89f6bc6c9cf5c584247856840f83fad62 DIFF: https://github.com/llvm/llvm-project/commit/16bfe1e89f6bc6c9cf5c584247856840f83fad62.diff LO

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: None (github-actions[bot]) Changes resolves llvm/llvm-project#79564 --- Full diff: https://github.com/llvm/llvm-project/pull/79566.diff 2 Files Affected: - (modified) clang/lib/Driver/ToolChains/CommonA

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79564 (PR #79566)

2024-01-27 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79566 >From fc56d1a3ff759720649c0573c04b5ffadf8c9504 Mon Sep 17 00:00:00 2001 From: Paschalis Mpeis Date: Thu, 25 Jan 2024 09:29:46 + Subject: [PATCH] [LTO] Fix Veclib flags correctly pass to LTO flags (#78749) Fl

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79629 (PR #79673)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79673 ___ 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] PR for llvm/llvm-project#79629 (PR #79673)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: 2cf04c020f4a772f1b3d683dae2763a2544720ef https://github.com/llvm/llvm-project/pull/79673 ___ 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] 2cf04c0 - [X86] Do not end 'note.gnu.property' section with -fcf-protection (#79360)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
Author: Adhemerval Zanella Date: 2024-01-27T10:19:11-08:00 New Revision: 2cf04c020f4a772f1b3d683dae2763a2544720ef URL: https://github.com/llvm/llvm-project/commit/2cf04c020f4a772f1b3d683dae2763a2544720ef DIFF: https://github.com/llvm/llvm-project/commit/2cf04c020f4a772f1b3d683dae2763a2544720ef.

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79511 (PR #79513)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79513 ___ 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] PR for llvm/llvm-project#79511 (PR #79513)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: 15aeb35c53f23dd9b7a6781e210795bd4ff7ccae https://github.com/llvm/llvm-project/pull/79513 ___ 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] 15aeb35 - [LTO] Fix fat-lto output for -c -emit-llvm. (#79404)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
Author: Sean Fertile Date: 2024-01-27T06:51:08-08:00 New Revision: 15aeb35c53f23dd9b7a6781e210795bd4ff7ccae URL: https://github.com/llvm/llvm-project/commit/15aeb35c53f23dd9b7a6781e210795bd4ff7ccae DIFF: https://github.com/llvm/llvm-project/commit/15aeb35c53f23dd9b7a6781e210795bd4ff7ccae.diff

[llvm-branch-commits] [clang] [llvm] PR for llvm/llvm-project#79277 (PR #79340)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/79340 ___ 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] [clang] PR for llvm/llvm-project#79277 (PR #79340)

2024-01-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: 2d759eff89d3e8c95caaa3b82a6c567cc42a560b https://github.com/llvm/llvm-project/pull/79340 ___ 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] New llvm.amdgcn.wave.id intrinsic (#79325) (PR #79689)

2024-01-27 Thread Jay Foad via llvm-branch-commits
https://github.com/jayfoad edited https://github.com/llvm/llvm-project/pull/79689 ___ 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] New llvm.amdgcn.wave.id intrinsic (#79325) (PR #79689)

2024-01-27 Thread Jay Foad via llvm-branch-commits
https://github.com/jayfoad milestoned https://github.com/llvm/llvm-project/pull/79689 ___ 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] New llvm.amdgcn.wave.id intrinsic (#79325) (PR #79689)

2024-01-27 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir @llvm/pr-subscribers-backend-amdgpu Author: Jay Foad (jayfoad) Changes This is only valid on targets with architected SGPRs. --- Full diff: https://github.com/llvm/llvm-project/pull/79689.diff 6 Files Affected: - (modified) llvm/include/llvm/

[llvm-branch-commits] [llvm] [AMDGPU] New llvm.amdgcn.wave.id intrinsic (#79325) (PR #79689)

2024-01-27 Thread Jay Foad via llvm-branch-commits
https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/79689 This is only valid on targets with architected SGPRs. >From c5949b09b05e7417d0494b2301781b84d22b95ef Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Thu, 25 Jan 2024 07:48:06 + Subject: [PATCH] [AMDGPU] New ll

[llvm-branch-commits] [clang] PR for llvm/llvm-project#79479 (PR #79596)

2024-01-27 Thread Nikita Popov via llvm-branch-commits
https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/79596 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits