This is an archive of the discontinued LLVM Phabricator instance.

[flang] upstream intrinsic call lowering
ClosedPublic

Authored by schweitz on Jul 7 2020, 4:08 PM.

Details

Summary

This module implements the lowering of Fortran intrinsics to the corresponding calls in support libraries (the Fortran runtime, math libraries, etc.)

This revision adds lowering for a fair number of Fortran intrinsics, of which there are many.

Diff Detail

Event Timeline

schweitz created this revision.Jul 7 2020, 4:08 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 7 2020, 5:08 PM
sscalpone added inline comments.
flang/include/flang/Optimizer/Dialect/FIRType.h
245

Either the comment or the type ought to be changed.

This revision is now accepted and ready to land.Jul 7 2020, 5:08 PM
This revision was automatically updated to reflect the committed changes.