This is an archive of the discontinued LLVM Phabricator instance.

[flang] Respect !DIR$ IGNORE_TKR in generic matching
ClosedPublic

Authored by klausler on May 17 2023, 11:22 AM.

Details

Summary

Generic matching needs to relax argument compatibility checks when
dummy arguments have !DIR$ IGNORE_TKR directives.

Diff Detail

Event Timeline

klausler created this revision.May 17 2023, 11:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.May 17 2023, 11:22 AM
DanielCChen accepted this revision.May 17 2023, 8:21 PM

LGTM. Thanks!

This revision is now accepted and ready to land.May 17 2023, 8:21 PM
This revision was automatically updated to reflect the committed changes.