This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Generate LegalizerInfo
AbandonedPublic

Authored by paperchalice on Apr 25 2021, 2:32 AM.

Details

Summary

Just reexport some method from LegalizerInfo.h. Not sure this diff is mean meaningful, because using C++ looks better than using tablegen.

Diff Detail

Unit TestsFailed

Event Timeline

paperchalice created this revision.Apr 25 2021, 2:32 AM
paperchalice requested review of this revision.Apr 25 2021, 2:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2021, 2:32 AM
paperchalice set the repository for this revision to rG LLVM Github Monorepo.

Not sure if I'm the best person to review this - adding some others who might have a better idea (or know someone who does....)

@paperchalice: I don't understand the purpose of this revision. Could you explain in more detail?

paperchalice abandoned this revision.Apr 27 2021, 10:58 PM

I just see the TODO comment in XLegalizerInfo.cpp, but I'm not sure whether this is the right place to generate this. Maybe deduction from the selection pattern is a better choice.