[PATCH] D67687: [NewPM][CodeGen] Introduce machine pass and machine pass manager

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 12:53:59 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/MachinePassManager.cpp:35
+
+  if (DebugLogging)
+    dbgs() << "Starting " << getTypeName<MachineFunction>()
----------------
asbirlea wrote:
> arsenm wrote:
> > Braces
> I'm assuming this and other places meant remove braces for single instruction for/if?
I meant add for multiline


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67687





More information about the llvm-commits mailing list