This is an archive of the discontinued LLVM Phabricator instance.

Added checks for BinaryOperation, InsertElement, ExtractElement and changed return value in FunctionComparator
Needs ReviewPublic

Authored by vish99 on Jun 7 2020, 12:22 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Added special checks for BinaryOperator, InsertElement, ExtractElement since the return value is changed to return the left operation is greater if the operation opcode is not seen so far. This will not return unknown operations as equal.

Diff Detail

Event Timeline

vish99 created this revision.Jun 7 2020, 12:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2020, 12:22 PM
vish99 edited the summary of this revision. (Show Details)Jun 7 2020, 12:24 PM