[flang-commits] [PATCH] D100863: [flang] Implement IPARITY, PARITY, and FINDLOC reductions

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Apr 20 09:44:39 PDT 2021


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

Other than the typo in .../runtime/reduction.h, all builds, tests, and looks good.



================
Comment at: flang/runtime/reduction.h:147
 
-// MAXLOC and MINLOC
+// IPARITY()
+std::int8_t RTNAME(IParity1)(const Descriptor &, const char *source, int line,
----------------
While looking at this file, I noticed a typo on line 27.  "casse" should be "cases".  Since you're updating this file, now is a good time to fix it.


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

https://reviews.llvm.org/D100863



More information about the flang-commits mailing list