[flang-commits] [PATCH] D138150: [flang] Lower F08 NORM2 intrinsic

Tarun Prabhu via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Nov 16 13:13:50 PST 2022


tarunprabhu created this revision.
tarunprabhu added reviewers: kiranchandramohan, clementval, jeanPerier, klausler, PeteSteinfeld, peixin.
tarunprabhu added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
tarunprabhu requested review of this revision.

Lower the F08 `NORM2` intrinsic.

The implementation follows the pattern used in comparable intrinsics.


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.475903.patch
Type: text/x-patch
Size: 14283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221116/ba398f17/attachment.bin>


More information about the flang-commits mailing list