[PATCH] D87981: [X86] AMX programming model.
LuoYuanke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 18 01:39:54 PDT 2021
LuoYuanke added inline comments.
================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:90
+INITIALIZE_PASS_BEGIN(X86PreTileConfig, "tilepreconfig",
+ "Tile Register Configure", false, false)
+INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
----------------
yubing wrote:
> It should be Pre Tile configure instead of Tile Register Configure.
You are right. Thanks. Will fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87981/new/
https://reviews.llvm.org/D87981
More information about the cfe-commits
mailing list