This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower unary operation to HLFIR
ClosedPublic

Authored by jeanPerier on Dec 2 2022, 3:02 AM.

Details

Summary

Lower not, negate, and complex component to HLFIR.
Parentheses is the only remaining operation, but needs some
care/thinking to properly deal with character/derived variables.

Depends on D139183

Diff Detail

Event Timeline

jeanPerier created this revision.Dec 2 2022, 3:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 3:02 AM
jeanPerier requested review of this revision.Dec 2 2022, 3:02 AM
This revision is now accepted and ready to land.Dec 2 2022, 4:33 AM
This revision was automatically updated to reflect the committed changes.