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
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
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
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
__
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
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
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
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
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