[PATCH] D118697: [flang] Lower basic STOP statement

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 05:33:40 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, kiranchandramohan, PeteSteinfeld, schweitz, svedanayagam.
Herald added subscribers: mehdi_amini, mgorny.
Herald added a reviewer: sscalpone.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

This patch lowers STOP statement without arguments
and ERROR STOP. STOP statement with arguments lowering will
come in later patches ince it requires some expression lowering
to be added.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118697

Files:
  flang/lib/Lower/Bridge.cpp
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/Runtime.cpp
  flang/lib/Optimizer/Builder/FIRBuilder.cpp
  flang/test/Lower/stop-statement.f90
  flang/unittests/Optimizer/Builder/DoLoopHelperTest.cpp
  flang/unittests/Optimizer/Builder/FIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118697.404896.patch
Type: text/x-patch
Size: 7296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/5d82adf0/attachment.bin>


More information about the llvm-commits mailing list