This is an archive of the discontinued LLVM Phabricator instance.

[flang] lower any intrinsic to hlfir.any operation
ClosedPublic

Authored by jacob-crawley on May 10 2023, 7:40 AM.

Details

Summary

Carries out the lowering of the any intrinsic into HLFIR

Depends on: D149964

Diff Detail

Event Timeline

jacob-crawley created this revision.May 10 2023, 7:40 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 10 2023, 7:40 AM
jacob-crawley requested review of this revision.May 10 2023, 7:40 AM
jeanPerier accepted this revision.May 12 2023, 7:29 AM

Thanks, LGTM. PLease make sure to merge this after you add the codegen for AnyOp in LowerHLFIRIntrinsics.cpp to avoid correctness regressions.

This revision is now accepted and ready to land.May 12 2023, 7:29 AM