[PATCH] D56142: [WebAssembly] Print a debug message at the start of each pass

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 28 19:07:49 PST 2018


aheejin created this revision.
aheejin added reviewers: dschuff, sbc100, sunfish.
Herald added subscribers: llvm-commits, jgravelle-google.

Looks like many passes print its pass description as a debug message at
the start of each pass, so added that to (mostly newly added) other
passes as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D56142

Files:
  lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
  lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
  lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
  lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
  lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
  lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
  lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56142.179671.patch
Type: text/x-patch
Size: 6150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181229/903b2620/attachment.bin>


More information about the llvm-commits mailing list