commit | e21ab22115ae546eb72f293fe43d234bf1418fbb | [log] [tgz] |
---|---|---|
author | Vedant Kumar <vsk@apple.com> | Thu Jan 17 00:29:14 2019 +0000 |
committer | Vedant Kumar <vsk@apple.com> | Thu Jan 17 00:29:14 2019 +0000 |
tree | 4000650ba6c76f8583cb15b843cafe16e1544a52 | |
parent | 685565ae9a1782a090741a590d83b7cca33d010b [diff] |
[FunctionComparator] Consider tail call kinds 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. Differential Revision: https://reviews.llvm.org/D56815 llvm-svn: 351405