This is an archive of the discontinued LLVM Phabricator instance.

[ppc64] Reenable sibling call optimization on ppc64 since fixed tsan library tail-call issue
ClosedPublic

Authored by cycheng on Apr 20 2016, 4:07 AM.

Details

Reviewers
kbarton
nemanjai
Summary

print-stack-trace.cc test failure of compiler-rt has been fixed by r266869 (http://reviews.llvm.org/D19148), so reenable sibling call optimization on ppc64

Diff Detail

Event Timeline

cycheng updated this revision to Diff 54340.Apr 20 2016, 4:07 AM
cycheng retitled this revision from to [ppc64] Reenable sibling call optimization on ppc64 since fixed tsan library tail-call issue.
cycheng updated this object.
cycheng added reviewers: kbarton, nemanjai.
cycheng added subscribers: hfinkel, tjablin, llvm-commits.
kbarton accepted this revision.Apr 25 2016, 12:31 PM
kbarton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 25 2016, 12:31 PM
cycheng closed this revision.Apr 26 2016, 1:37 AM

Committed r267527