[PATCH] D103784: [X86] Support __tile_stream_loadd intrinsic for new AMX interface
LuoYuanke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 8 07:51:09 PDT 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86FastTileConfig.cpp:124
bool X86FastTileConfig::isTileLoad(MachineInstr &MI) {
+ return MI.getOpcode() == X86::PTILELOADDV ||
----------------
Also add the stream load for X86PreAMXConfig.cpp: isTileLoad().
================
Comment at: llvm/lib/Target/X86/X86InstrAMX.td:57
+ def PTILELOADDT1V : PseudoI<(outs TILE:$dst), (ins GR16:$src1,
+ GR16:$src2,
+ opaquemem:$src3), []>;
----------------
indent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103784/new/
https://reviews.llvm.org/D103784
More information about the cfe-commits
mailing list