[PATCH] D125075: [X86][AMX] Multiple configure for AMX register.

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 01:27:12 PDT 2022


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86FastPreTileConfig.cpp:392-393
+    }
+    // If there is user live out of the MBB, spill it and reload in before the
+    // user.
+    bool Spilled = false;
----------------
We need reload after function call too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125075



More information about the llvm-commits mailing list