This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] address post-commit comments from D151247 and D151251
ClosedPublic

Authored by jeanPerier on May 25 2023, 4:45 AM.

Details

Summary

Addresses comments not addressed in https://reviews.llvm.org/D151251
and https://reviews.llvm.org/D151247

  • Fix typo in comments.
  • Update an expected test output to include the fir.allocmem argument.
  • Make a more generic type comparisons and cast when fetching value back from the AnyValueStack temporary storage.

Diff Detail

Event Timeline

jeanPerier created this revision.May 25 2023, 4:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 4:45 AM
jeanPerier requested review of this revision.May 25 2023, 4:45 AM
tblah accepted this revision.May 25 2023, 5:40 AM

Thanks for fixing these nitpics!

flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIROrderedAssignments.cpp
149–150
This revision is now accepted and ready to land.May 25 2023, 5:40 AM
This revision was automatically updated to reflect the committed changes.
jeanPerier marked an inline comment as done.