This is an archive of the discontinued LLVM Phabricator instance.

Integrated cmpOperations() of FunctionComparator into tblgen
Needs ReviewPublic

Authored by vish99 on Jun 17 2020, 12:02 PM.

Details

Reviewers
hiraditya
jfb
Summary

Integrated cmpOperations() of FunctionComparator into tblgen by building a new backend --gen-ir-cmp to tblgen which produces the comparators from IRComprators.td file and changed FunctionComparator to use the file generated by tablegen which is IRComparators.inc

Diff Detail

Event Timeline

vish99 created this revision.Jun 17 2020, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2020, 12:02 PM
vish99 edited the summary of this revision. (Show Details)Jun 17 2020, 12:05 PM
rcorcs added a subscriber: rcorcs.Jun 22 2020, 10:13 AM