This is an archive of the discontinued LLVM Phabricator instance.

fix crash in tail call elimination (PR22704)
AbandonedPublic

Authored by spatel on Feb 27 2015, 10:34 AM.

Details

Summary

This is a trivial fix (I hope), but I'm sending this patch for review to draw the attention of people more familiar with TailRecursionElimination.

I suspect there are other similar dyn_cast bugs lurking in this pass.

Diff Detail

Event Timeline

spatel updated this revision to Diff 20864.Feb 27 2015, 10:34 AM
spatel retitled this revision from to fix crash in tail call elimination (PR22704).
spatel updated this object.
spatel edited the test plan for this revision. (Show Details)
spatel added reviewers: hfinkel, aadg, nicholas.
spatel added a subscriber: Unknown Object (MLST).