This is an archive of the discontinued LLVM Phabricator instance.

[FunctionComparator] Consider tail call kinds
ClosedPublic

Authored by vsk on Jan 16 2019, 3:13 PM.

Details

Summary

Essentially, do not treat call and musttail call as the same thing.

As a drive-by, fold CallInst and InvokeInst handling together using the
CallSite helper.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk created this revision.Jan 16 2019, 3:13 PM
This revision is now accepted and ready to land.Jan 16 2019, 3:17 PM
This revision was automatically updated to reflect the committed changes.