[PATCH] D87981: [X86] AMX programming model.
Bing Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 00:58:52 PDT 2021
yubing 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)
----------------
It should be Pre Tile configure instead of Tile Register Configure.
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