This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add tests for MIN for character arrays
ClosedPublic

Authored by rovka on May 6 2021, 2:44 AM.

Details

Summary

We used to test only scalar character types. This commit adds tests for
arrays with a few simple shapes.

Diff Detail

Event Timeline

rovka created this revision.May 6 2021, 2:44 AM
rovka requested review of this revision.May 6 2021, 2:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2021, 2:44 AM
rovka added a comment.May 6 2021, 2:53 AM

This is NFC, I forgot to mention. I'll update the title before committing...

klausler accepted this revision.May 6 2021, 9:21 AM

Thanks so much for the additional test cases! Do they already pass?

This revision is now accepted and ready to land.May 6 2021, 9:21 AM
rovka added a comment.May 7 2021, 1:36 AM

Thanks so much for the additional test cases! Do they already pass?

Yep, didn't run into any bugs here :) Thanks for the reviews!

This revision was landed with ongoing or failed builds.May 7 2021, 1:54 AM
This revision was automatically updated to reflect the committed changes.