This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG56d5c46b494d: [X86] Support __tile_stream_loadd intrinsic
for new AMX interface (authored by yubing).
Repository:
rG LLVM Github Monorepo
CHANGES
LuoYuanke accepted this revision.
LuoYuanke added a comment.
This revision is now accepted and ready to land.
LGTM. Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103784/new/
https://reviews.llvm.org/D103784
_
yubing updated this revision to Diff 350803.
yubing added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103784/new/
https://reviews.llvm.org/D103784
Files:
clang/include/clang/Basic/BuiltinsX86_64.def
clang/lib/Headers/amxint
yubing updated this revision to Diff 350797.
yubing added a comment.
Address yuanke's comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103784/new/
https://reviews.llvm.org/D103784
Files:
clang/include/clang/Basic/BuiltinsX86_64.def
clang
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().
yubing created this revision.
Herald added subscribers: pengfei, hiraditya.
yubing requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Adding support for __tile_stream_loadd intrinsic.
Repository:
rG LLVM Github Monorepo