[PATCH] D83607: [NewPM][CodeGen] Port MIRPrinter to NewPM

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 23:11:33 PST 2020


aeubanks added a comment.

Should we get the llc testing infra working with the NPM before porting passes?



================
Comment at: llvm/include/llvm/CodeGen/MIRPrinter.h:38
+
+  static AnalysisKey Key;
+};
----------------
I thought this was only for analysis passes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83607



More information about the llvm-commits mailing list