This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] add a test chaining intrinsics
ClosedPublic

Authored by tblah on Mar 7 2023, 7:06 AM.

Details

Summary

This test checks all of the parts of intrinsic lowering work together,
and makes sure that we can pass the hlfir.expr result of one intrinsic
as an argument to another.

Depends on D145503

Diff Detail

Event Timeline

tblah created this revision.Mar 7 2023, 7:06 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 7 2023, 7:06 AM
Herald added a subscriber: sunshaoce. · View Herald Transcript
tblah requested review of this revision.Mar 7 2023, 7:06 AM
This revision is now accepted and ready to land.Mar 14 2023, 2:50 AM
This revision was automatically updated to reflect the committed changes.