[PATCH] D97259: [X86] Support amx-int8 intrinsic.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 00:49:50 PST 2021
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:4625
+
+ case Intrinsic::x86_tdpbssd_internal:
+ case Intrinsic::x86_tdpbsud_internal:
----------------
Nit: Maybe we can try to move the lowering of the AMX intrinsics to the td file as a follow up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97259/new/
https://reviews.llvm.org/D97259
More information about the llvm-commits
mailing list