This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow for user-defined intrinsic operators (regression)
ClosedPublic

Authored by klausler on Feb 11 2023, 10:09 AM.

Details

Summary

The recent code that uses an iterative rather than recursive walk
over the parse tree when processing expressions needs to allow for
the rare case in which an intrinsic operator (e.g., +) is extended
by a generic interface in the program.

Diff Detail

Event Timeline

klausler created this revision.Feb 11 2023, 10:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2023, 10:09 AM
klausler requested review of this revision.Feb 11 2023, 10:09 AM
vdonaldson accepted this revision.Feb 12 2023, 8:53 PM
This revision is now accepted and ready to land.Feb 12 2023, 8:53 PM