[PATCH] D99666: [flang] Implement reductions in the runtime

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 11:24:03 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe372e0f90619: [flang] Implement reductions in the runtime (authored by klausler).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99666/new/

https://reviews.llvm.org/D99666

Files:
  flang/include/flang/Common/long-double.h
  flang/include/flang/Common/uint128.h
  flang/include/flang/Decimal/decimal.h
  flang/lib/Decimal/binary-to-decimal.cpp
  flang/lib/Decimal/decimal-to-binary.cpp
  flang/runtime/CMakeLists.txt
  flang/runtime/character.cpp
  flang/runtime/character.h
  flang/runtime/complex-reduction.c
  flang/runtime/complex-reduction.h
  flang/runtime/cpp-type.h
  flang/runtime/descriptor-io.h
  flang/runtime/descriptor.cpp
  flang/runtime/descriptor.h
  flang/runtime/entry-names.h
  flang/runtime/io-api.cpp
  flang/runtime/reduction.cpp
  flang/runtime/reduction.h
  flang/runtime/tools.cpp
  flang/runtime/tools.h
  flang/runtime/transformational.cpp
  flang/runtime/transformational.h
  flang/runtime/type-code.cpp
  flang/unittests/Evaluate/reshape.cpp
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/Reduction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99666.334777.patch
Type: text/x-patch
Size: 130393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210401/4df4b9f8/attachment.bin>


More information about the llvm-commits mailing list