[PATCH] D99010: [X86][AMX] Hoist ldtilecfg

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 20:47:17 PDT 2021


xiangzhangllvm added inline comments.


================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:279
+            (!MLI->isLoopHeader(Succ) ||
+             MLI->getLoopFor(Succ)->getBottomBlock() != MBB))
+          WorkList.push_back(Succ);
----------------
Not sure the non-bottom BBs  in loop can both with "fall through + continue".


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