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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 18:52:32 PDT 2022


craig.topper created this revision.
craig.topper added reviewers: pengfei, LuoYuanke.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added a project: LLVM.

Without this, the pass doesn't show up in print-before/after-all.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124973

Files:
  llvm/lib/Target/X86/X86TargetMachine.cpp


Index: llvm/lib/Target/X86/X86TargetMachine.cpp
===================================================================
--- llvm/lib/Target/X86/X86TargetMachine.cpp
+++ llvm/lib/Target/X86/X86TargetMachine.cpp
@@ -67,6 +67,7 @@
   initializeX86LowerAMXIntrinsicsLegacyPassPass(PR);
   initializeX86LowerAMXTypeLegacyPassPass(PR);
   initializeX86PreAMXConfigPassPass(PR);
+  initializeX86PreTileConfigPass(PR);
   initializeGlobalISel(PR);
   initializeWinEHStatePassPass(PR);
   initializeFixupBWInstPassPass(PR);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124973.427170.patch
Type: text/x-patch
Size: 511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220505/c6df43ca/attachment.bin>


More information about the llvm-commits mailing list