[PATCH] D59534: Enable tail call in MemCpyOptimization
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 10:58:17 PDT 2019
jdoerfert added a comment.
In D59534#1448954 <https://reviews.llvm.org/D59534#1448954>, @xbolva00 wrote:
> Maybe Attributor can infer tail call marks too?
>
> @jdoerfert
Sure. I already have (down-stream) code for other instruction attributes, adding more is what I wanted to do anyway.
I'll look into and let you know!
For those who missed it: "Attributor" is a proposed replacement of function attribute detection, see D59918 <https://reviews.llvm.org/D59918> and its child patches.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59534/new/
https://reviews.llvm.org/D59534
More information about the llvm-commits
mailing list