[flang-commits] [PATCH] D139351: Lowering and runtime support for F08 transformational intrinsics: BESSEL_JN and BESSEL_YN

Tarun Prabhu via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Dec 13 12:50:56 PST 2022


tarunprabhu updated this revision to Diff 482600.
tarunprabhu added a comment.
Herald added a reviewer: sscalpone.

- Added comments in the runtime functions indicating that the non-negativity constraint on n1 and n2  that is required by the standard is not enforced.

- Modified the runtime tests so all kinds (4, 8, 10 and 16) are now tested (with appropriate guards for the KIND=10 and KIND=16 cases).

- Fixed includes in `transformational.h` and fixed the signature of some of the functions which were incorrect.


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

https://reviews.llvm.org/D139351

Files:
  flang/include/flang/Optimizer/Builder/Runtime/Transformational.h
  flang/include/flang/Runtime/transformational.h
  flang/lib/Lower/IntrinsicCall.cpp
  flang/lib/Optimizer/Builder/Runtime/Transformational.cpp
  flang/runtime/transformational.cpp
  flang/test/Lower/Intrinsics/bessel_jn.f90
  flang/test/Lower/Intrinsics/bessel_yn.f90
  flang/unittests/Optimizer/Builder/Runtime/TransformationalTest.cpp
  flang/unittests/Runtime/Transformational.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139351.482600.patch
Type: text/x-patch
Size: 63559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221213/bb154ca3/attachment-0001.bin>


More information about the flang-commits mailing list