[PATCH] D60031: Split tailcallelim into tailcallmark and tailcallelim

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 22:27:27 PDT 2019


uenoku added a comment.

Yes, the problem is PR41047. Inserting tailcallmark after memcpyopt would solve this problem.

Will you have a plan to make Attributor mark "tail"? If so, I think it is better to leave marking to Attributor.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60031/new/

https://reviews.llvm.org/D60031





More information about the llvm-commits mailing list