[PATCH] D141899: [IR][X86] Remove X86AMX type in LLVM IR instead of target extension

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 22:29:37 PST 2023


LuoYuanke added a comment.

In D141899#4061150 <https://reviews.llvm.org/D141899#4061150>, @zixuan-wu wrote:

> In D141899#4058173 <https://reviews.llvm.org/D141899#4058173>, @LuoYuanke wrote:
>
>> @zixuan-wu, changing x86_amx would break our internal code. May I know the motivation to change the type?
>
> The background is at https://reviews.llvm.org/D135202. No more motivation, just to purify LLVM IR and demonstrate and validate target extension type.

I think TLX may be a better case to demonstrate target extension type as TLX is pretty new.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141899/new/

https://reviews.llvm.org/D141899



More information about the llvm-commits mailing list