[PATCH] D157458: [X86][AMX] Fix virtual register traversing in case of GlobalIsel

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 18:48:26 PDT 2023


pengfei accepted this revision.
pengfei added a comment.

LGTM.



================
Comment at: llvm/lib/Target/X86/X86TargetMachine.cpp:538
+  else
+    addPass(createX86PreTileConfigPass());
 }
----------------
I'm not sure if this pass works for GISel or not, let see if there's problem in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157458



More information about the llvm-commits mailing list