This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fold complex component references
ClosedPublic

Authored by klausler on May 10 2022, 3:17 PM.

Details

Summary

Complex component references (z%RE, z%IM) of complex named constants
should be evaluated at compilation time.

Diff Detail

Event Timeline

klausler created this revision.May 10 2022, 3:17 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 10 2022, 3:17 PM
jeanPerier accepted this revision.May 11 2022, 1:14 AM

Looks good

This revision is now accepted and ready to land.May 11 2022, 1:14 AM
This revision was automatically updated to reflect the committed changes.