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

2024-02-06 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed 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-02-06 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79721 >From 0328b878e8e34fddf318758f9d4c4449a5ae0dbc 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 broadcast tables (#79675) (cherry picked

[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] [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