This is an archive of the discontinued LLVM Phabricator instance.

Semantics test for ucobound intrinsic function
ClosedPublic

Authored by rouson on May 26 2022, 4:53 PM.

Details

Summary

Add a test with a range of ucobound() intrinsic function
invocations, including a comprehensive set of standard-conforming
keyword and non-keyword arguments with and without optional
arguments present and with argument positions covering all
possible orderings. Also test that several non-conforming
ucobound() invocations generate the correct error messages.

Diff Detail

Event Timeline

rouson created this revision.May 26 2022, 4:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2022, 4:53 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
rouson requested review of this revision.May 26 2022, 4:53 PM
ktras accepted this revision.May 31 2022, 11:40 AM

LGTM.

This revision is now accepted and ready to land.May 31 2022, 11:40 AM
This revision was automatically updated to reflect the committed changes.