This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] lower hlfir.all into runtime call
ClosedPublic

Authored by jacob-crawley on May 25 2023, 2:33 AM.

Diff Detail

Event Timeline

jacob-crawley created this revision.May 25 2023, 2:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 25 2023, 2:33 AM
jacob-crawley requested review of this revision.May 25 2023, 2:33 AM
tblah added a comment.May 25 2023, 3:47 AM

Thanks for this. Just one nit.

flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIRIntrinsics.cpp
205

You don't need this-> in c++

Thanks for the review!

Removed the use of "this->"

jacob-crawley marked an inline comment as done.May 25 2023, 6:21 AM
tblah accepted this revision.May 25 2023, 6:25 AM
This revision is now accepted and ready to land.May 25 2023, 6:25 AM
jeanPerier accepted this revision.May 25 2023, 11:42 PM

LGTM, thanks

This revision was automatically updated to reflect the committed changes.