[PATCH] D87981: [X86] AMX programming model.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 21:11:29 PST 2020
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86TileConfig.cpp:223
+ LLVM_DEBUG(dbgs() << "********** TILE REGISTER CONFIGURE**********\n"
+ << "********** Function: " << mf.getName() << '\n');
+ MF = &mf;
----------------
mehdi_amini wrote:
> Is this usual for MachinePasses to do this? In general the pass manager can display the scheduling when debugging
Make sense. I'll remove the debug log.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87981/new/
https://reviews.llvm.org/D87981
More information about the llvm-commits
mailing list