[PATCH] D126721: [flang] Add lcobound to the list of intrinsics and update test

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 14:42:37 PDT 2022


ktras created this revision.
ktras added reviewers: klausler, sscalpone, craig.rasmussen, rouson, PeteSteinfeld, jeanPerier.
ktras added projects: Flang, LLVM.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
ktras requested review of this revision.

Add lcobound to the list of intrinsic functions. Add lcobound and
ucobound to the additionals checks regarding bounds and dimensions
that are done for lbound and ubound. Remove the XFAIL directive,
add the ERROR directives and add additional non-standard
conforming calls in the semantics test for lcobound.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126721

Files:
  flang/lib/Evaluate/fold-integer.cpp
  flang/lib/Evaluate/intrinsics.cpp
  flang/test/Semantics/lcobound.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126721.433184.patch
Type: text/x-patch
Size: 5947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220531/2c3d70dd/attachment.bin>


More information about the llvm-commits mailing list