[PATCH] D140893: [TypePromotion] NewPM support.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 06:13:16 PST 2023


lebedev.ri added a comment.

Thank you!



================
Comment at: llvm/tools/opt/opt.cpp:453
   initializeHardwareLoopsPass(Registry);
-  initializeTypePromotionPass(Registry);
+  initializeTypePromotionLegacyPass(Registry);
   initializeReplaceWithVeclibLegacyPass(Registry);
----------------
Please drop this, remove `"type-promotion"` from `shouldPinPassToLegacyPM()`,
and adjust the run lines in newly-failing tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140893



More information about the llvm-commits mailing list