This is an archive of the discontinued LLVM Phabricator instance.

Improved MergeFunctions to merge similar functions
Needs ReviewPublic

Authored by vish99 on Aug 9 2020, 11:16 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Event Timeline

vish99 created this revision.Aug 9 2020, 11:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2020, 11:16 AM
vish99 requested review of this revision.Aug 9 2020, 11:16 AM

Please fix clang-tidy warnings.

vish99 updated this revision to Diff 284744.Aug 11 2020, 8:27 AM

Clang-tidy warnings fix

hiraditya added inline comments.Aug 12 2020, 6:13 AM
llvm/include/llvm/Transforms/Utils/FunctionComparator.h
493

Remove underscores and add camecase name.

vish99 updated this revision to Diff 286066.Aug 17 2020, 10:19 AM

Testcase fix

vish99 updated this revision to Diff 286091.Aug 17 2020, 11:12 AM

clang-format fix