[PATCH] D99010: [X86][AMX] Hoist ldtilecfg
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 20:57:32 PDT 2021
pengfei added inline comments.
================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:279
+ (!MLI->isLoopHeader(Succ) ||
+ MLI->getLoopFor(Succ)->getBottomBlock() != MBB))
+ WorkList.push_back(Succ);
----------------
xiangzhangllvm wrote:
> Not sure the non-bottom BBs in loop can both with "fall through + continue".
non-bottom BBs can propagate until the bottom BB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99010/new/
https://reviews.llvm.org/D99010
More information about the llvm-commits
mailing list