[PATCH] D97259: [X86] Support amx-int8 intrinsic.

LiuChen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 23 00:53:25 PST 2021


LiuChen3 added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:4625
+
+    case Intrinsic::x86_tdpbssd_internal:
+    case Intrinsic::x86_tdpbsud_internal:
----------------
pengfei wrote:
> Nit: Maybe we can try to move the lowering of the AMX intrinsics to the td file as a follow up.
Good idea. I will work on that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97259



More information about the cfe-commits mailing list