This is an archive of the discontinued LLVM Phabricator instance.

[Flang] Add type conversion for FIR heap type
ClosedPublic

Authored by kiranchandramohan on Nov 11 2021, 6:18 AM.

Details

Summary

Convert fir.heap type to its llvm equivalent type (llvm.ptr)

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Co-authored-by: Jean Perier <jperier@nvidia.com>

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 6:18 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
kiranchandramohan requested review of this revision.Nov 11 2021, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 6:18 AM
clementval accepted this revision.Nov 11 2021, 6:26 AM

LG.

flang/test/Fir/types-to-llvm.fir
33

Should we make the box check target agnostic? Same for other.

This revision is now accepted and ready to land.Nov 11 2021, 6:26 AM

Make tests target independent

kiranchandramohan marked an inline comment as done.Nov 11 2021, 8:06 AM
This revision was automatically updated to reflect the committed changes.