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

Jameson Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 20:39:52 PST 2022


vtjnash added a comment.

TargetTransformInfo does not currently have what I need, but if I can add it there, it would also satisfy my needs. I wanted it for an optimization pass (to pre-populate some codegen decisions earlier in the pipeline for better performance), but it looks like all current in-tree consumers are codegen-related.


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