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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56142
[WebAssembly] Print a debug message at the start of each pass ClosedPublic Authored by aheejin on Dec 28 2018, 7:07 PM.
Details Summary Looks like many passes print its pass description as a debug message at
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, jgravelle-google. · View Herald TranscriptDec 28 2018, 7:07 PM This revision is now accepted and ready to land.Jan 9 2019, 2:43 PM Closed by commit rL350771: [WebAssembly] Print a debug message at the start of each pass (authored by aheejin). · Explain WhyJan 9 2019, 3:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180942 llvm/trunk/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
|