This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle logical constant value for quiet in STOP stmt
ClosedPublic

Authored by clementval on Feb 3 2022, 6:27 AM.

Details

Summary

This patch handles the quiet argument in the STOP statement. It adds
ability to lower LOGICAL constant.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Jean Perier <jperier@nvidia.com>

Diff Detail

Event Timeline

clementval created this revision.Feb 3 2022, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 6:27 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Feb 3 2022, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2022, 6:27 AM
kiranchandramohan accepted this revision.Feb 3 2022, 7:17 AM

LGTM. Have a Nit comment.

flang/lib/Lower/Runtime.cpp
82

Nit: remove auto.

This revision is now accepted and ready to land.Feb 3 2022, 7:17 AM
PeteSteinfeld accepted this revision.Feb 3 2022, 7:38 AM

All looks good.

clementval updated this revision to Diff 405887.Feb 4 2022, 1:04 AM

Remove auto

clementval marked an inline comment as done.Feb 4 2022, 1:05 AM
This revision was landed with ongoing or failed builds.Feb 4 2022, 1:12 AM
This revision was automatically updated to reflect the committed changes.