[flang-commits] [PATCH] D138150: [flang] Lower F08 NORM2 intrinsic
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Nov 30 09:53:09 PST 2022
tarunprabhu updated this revision to Diff 478999.
tarunprabhu added a comment.
Change the runtime API to not require a mask argument since a mask is not used in the Norm2 intrinsic. Instead, pass a null parameter to the internal runtime routines that actually carry out the computation.
Update tests to reflect this change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138150/new/
https://reviews.llvm.org/D138150
Files:
flang/include/flang/Optimizer/Builder/Runtime/Reduction.h
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Optimizer/Builder/Runtime/Reduction.cpp
flang/test/Lower/Intrinsics/norm2.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138150.478999.patch
Type: text/x-patch
Size: 14268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221130/f489bf66/attachment-0001.bin>
More information about the flang-commits
mailing list