[PATCH] D122567: [X86][AMX] enable amx cast intrinsics in FE.

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 03:07:08 PDT 2022


LuoYuanke created this revision.
Herald added a subscriber: pengfei.
Herald added a project: All.
LuoYuanke requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

We have some discission in D99152 <https://reviews.llvm.org/D99152> and llvm-dev and finially come up with
a solution to add amx specific cast intrinsics. We've support the
intrinsics in llvm IR. This patch is to replace bitcast with amx cast
intrinsics in code emitting in FE.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122567

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/X86/amx_api.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122567.418529.patch
Type: text/x-patch
Size: 6375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220328/6a5da8ab/attachment.bin>


More information about the cfe-commits mailing list