[all-commits] [llvm/llvm-project] a10340: Change the flang reshape runtime routine interface...

mleair via All-commits all-commits at lists.llvm.org
Thu Jun 24 17:06:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1034022888cadca5f2a4700f60beda4f7053c08
      https://github.com/llvm/llvm-project/commit/a1034022888cadca5f2a4700f60beda4f7053c08
  Author: Mark Leair <leairmark at gmail.com>
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
    M flang/runtime/transformational.cpp
    M flang/runtime/transformational.h
    M flang/unittests/Evaluate/reshape.cpp

  Log Message:
  -----------
  Change the flang reshape runtime routine interface to use a result
argument instead of a result result object.

Change the reshape flang unit test to use the new interface. Also, add an
order argument to exercise the order subscript code in the rehsape runtime
routine.

Differential Revision: https://reviews.llvm.org/D104586




More information about the All-commits mailing list