This is an archive of the discontinued LLVM Phabricator instance.

[flang] REAL(KIND=3) and COMPLEX(KIND=3) descriptors
ClosedPublic

Authored by vdonaldson on Apr 13 2023, 12:53 PM.

Details

Summary

Update descriptor generation to correctly set the type field for
REAL(3) and COMPLEX(3) objects.

Diff Detail

Event Timeline

vdonaldson created this revision.Apr 13 2023, 12:53 PM
vdonaldson requested review of this revision.Apr 13 2023, 12:53 PM
PeteSteinfeld accepted this revision.Apr 13 2023, 1:09 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 13 2023, 1:09 PM

I've moved function getTypeCode to file Optimizer/Dialect/FIRType.cpp.

LGTM. Shared library builds works for me. Thanks!

jeanPerier accepted this revision.Apr 17 2023, 12:32 AM