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.
Paths
| Differential D83355
[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 TimelineThis revision is now accepted and ready to land.Jul 7 2020, 5:08 PM Closed by commit rG24b62f28c5da: [flang] Upstreaming intrinsic call lowering. (authored by schweitz). · Explain WhyJul 8 2020, 7:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276431 flang/include/flang/Lower/CharacterExpr.h
flang/include/flang/Lower/IntrinsicCall.h
flang/include/flang/Lower/Mangler.h
flang/include/flang/Optimizer/Dialect/FIRType.h
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/CharacterExpr.cpp
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Lower/Mangler.cpp
flang/lib/Optimizer/Dialect/FIRType.cpp
|
Either the comment or the type ought to be changed.