[PATCH] D88328: [InferAttrs] Improve DSE for libcalls (partial fix for PR47644)
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 12:59:23 PDT 2020
xbolva00 added a comment.
In D88328#2295737 <https://reviews.llvm.org/D88328#2295737>, @fhahn wrote:
> I think it would be good to update the commit message to just state that this adds `no capture` and `write only` to the first arg of `strcpy` & co. It also unifies `strcpy` & `stpcpy` handling. might be good to do separately first.
Ok.
So first step: https://reviews.llvm.org/D88335
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88328/new/
https://reviews.llvm.org/D88328
More information about the llvm-commits
mailing list