[PATCH] D95136: [X86] Fix tile config register spill issue.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 00:42:42 PST 2021


LuoYuanke added inline comments.


================
Comment at: llvm/lib/Target/X86/X86PreTileConfig.cpp:232
+static bool findAllSuccSlot(CallPointPair CPP,
+                            std::queue<CallPointPair> &WorkList,
+                            SmallSet<MachineInstr *, 8> &LastAMXSet) {
----------------
WorkList and LastAMXSet may be a class member to avoid parameter passing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95136/new/

https://reviews.llvm.org/D95136



More information about the llvm-commits mailing list