This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC]: Test folding F08 merge_bits intrinsic
ClosedPublic

Authored by tarunprabhu on Jul 14 2022, 8:14 AM.

Details

Summary

Test folding of F08 merge_bits intrinsic. This is related to D129779 which implements folding for that intrinsic.

Diff Detail

Event Timeline

tarunprabhu created this revision.Jul 14 2022, 8:14 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
tarunprabhu requested review of this revision.Jul 14 2022, 8:14 AM

Since there is a Fortran intrinsic function called MERGE, and it is not the same thing as MERGE_BITS, please change the test's file name and comment to avoid confusion.

Updated file name and comment.

klausler accepted this revision.Jul 14 2022, 8:35 AM
This revision is now accepted and ready to land.Jul 14 2022, 8:35 AM