[PATCH] D91927: [X86] Add x86_amx type for intel AMX.

Pengfei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 24 04:43:29 PST 2020


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86LowerAMXType.cpp:164
+        }
+        // %src = call x86_amx @llvm.x86.tileloadd64.internal(%row, %col, %addr,
+        // %stride);
----------------
`%src` is not used here.


================
Comment at: llvm/utils/TableGen/IntrinsicEmitter.cpp:252
+  IIT_V256 = 50,
+  IIT_AMX  = 51,
 };
----------------
Remove `,`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91927



More information about the cfe-commits mailing list