[flang-commits] [PATCH] D126690: [flang] Upstream lowering of real control loops

Diana Picus via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue May 31 04:23:03 PDT 2022


rovka created this revision.
rovka added reviewers: kiranchandramohan, vdonaldson, schweitz, jeanPerier, clementval.
rovka added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a project: All.
rovka requested review of this revision.

Upstream the code for handling while loops from the fir-dev branch at
https://github.com/flang-compiler/f18-llvm-project/tree/fir-dev/

Also add a test.

Real-valued control variables are handled the same as integer ones, the
only difference is that they need to use floating point instructions
instead of the integer equivalents.

Co-authored-by: V Donaldson <vdonaldson at nvidia.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126690

Files:
  flang/lib/Lower/Bridge.cpp
  flang/test/Lower/do_loop.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126690.433051.patch
Type: text/x-patch
Size: 5671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220531/93fb1560/attachment.bin>


More information about the flang-commits mailing list