This is an archive of the discontinued LLVM Phabricator instance.

Print call preserved registers in comments at call site in assembly files.
Needs ReviewPublic

Authored by vivekvpandya on Jun 18 2016, 10:10 AM.

Details

Summary

This patch makes AsmPrinter print call preserved registers in comments at call site in assembly files.

Diff Detail

Event Timeline

vivekvpandya retitled this revision from to Print call preserved registers in comments at call site in assembly files. .
vivekvpandya updated this object.
vivekvpandya added a reviewer: MatzeB.

Updated patch to fetch latest changes in AsmPrinter.cpp. I also feel that it would be good to add an option similar to -asm-show-inst in llc to control this printing. So what are reviewer's thoughts ?

MatzeB resigned from this revision.Aug 15 2017, 11:07 AM