[PATCH] D18423: [SimplifyLibCalls] Transform printf("%s", "a") into putchar('a')
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 08:55:18 PDT 2016
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
> Good idea, maybe in the next commit I can do a global sweep?
That would be fine with me. But if you do it that way, please do add a 'FIXME' comment in this patch just in case it doesn't happen immediately.
http://reviews.llvm.org/D18423
More information about the llvm-commits
mailing list