[PATCH] D118541: export MachineModuleAnalysis to the new pass manager

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 16:51:01 PST 2022


ychen added a comment.

Thanks for the patch! Could you please describe a little bit on the use case (like why use NewPM + TargetMachine)? Is the pass intended for optimization or codegen? Is it possible to use `TargetTransformInfo` for your purposes?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118541



More information about the llvm-commits mailing list