[PATCH] D100724: [SimplifyLibCalls] Transform printf("%s", str) to puts(str) or noop.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 07:16:52 PDT 2021
spatel accepted this revision.
spatel added a comment.
LGTM - it would be a slight improvement to add the tests first with baseline checks, so we just have the diffs here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100724/new/
https://reviews.llvm.org/D100724
More information about the llvm-commits
mailing list