[PATCH] D124973: [X86] Call initializeX86PreTileConfigPass from LLVMInitializeX86Target.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 18:55:43 PDT 2022


LuoYuanke added inline comments.


================
Comment at: llvm/lib/Target/X86/X86TargetMachine.cpp:70
   initializeX86PreAMXConfigPassPass(PR);
+  initializeX86PreTileConfigPass(PR);
   initializeGlobalISel(PR);
----------------
Just be curious, why there is no error before without initialization?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124973



More information about the llvm-commits mailing list