This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Don't use virtual for distinguishing arg handlers
ClosedPublic

Authored by arsenm on Jul 9 2020, 6:21 AM.

Details

Summary

There's no reason to involve the hassle of a virtual method targets
have to override for a simple boolean.

Not sure exactly what's going on with Mips, but it seems to define its
own totally separate handler classes.

Diff Detail

Event Timeline

arsenm created this revision.Jul 9 2020, 6:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 6:21 AM
aemerson accepted this revision.Jul 10 2020, 3:39 PM
This revision is now accepted and ready to land.Jul 10 2020, 3:39 PM