This is an archive of the discontinued LLVM Phabricator instance.

[GISel][CallLowering] Make isIncomingArgumentHandler a pure virtual method
ClosedPublic

Authored by qcolombet on Oct 18 2019, 11:17 AM.

Details

Summary

The default implementation of isIncomingArgumentHandler could lead in generating incorrect code.
Make it a pure virtual method, so that targets know they have to override it to produce correct code.

NFC

Diff Detail

Event Timeline

qcolombet created this revision.Oct 18 2019, 11:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 18 2019, 11:17 AM
This revision is now accepted and ready to land.Oct 18 2019, 11:41 AM
This revision was automatically updated to reflect the committed changes.