[PATCH] D46525: [Debugify] Introduce debugify-each and DebugifyFunctionPass
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 11:30:45 PDT 2018
vsk added a comment.
One last point: to aid debugging, it would help if you could dump the Module / Function IR when the check-debugify step fails. Currently, if a pass fails checking, opt simply moves on without printing any helpful resources.
Repository:
rL LLVM
https://reviews.llvm.org/D46525
More information about the llvm-commits
mailing list