[PATCH] D109202: [WebAssembly] Change WebAssemblyMCLowerPrePass to ModulePass

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 16:56:25 PDT 2021


aardappel added a comment.

Also there is no `MachineModule`.. `MachineModuleInfo` is the closest thing.. that may explain why there's no `MachineModulePass`. The code to obtain `MachineModuleInfo` is a bit clumsy though, but I've seen other passes use it this way too.


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

https://reviews.llvm.org/D109202



More information about the llvm-commits mailing list