Fortran defines an ENTRY point name as being pure if its enclosing
subprogram scope defines a pure procedure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113711
[flang] Handle ENTRY names in IsPureProcedure() predicate ClosedPublic Authored by klausler on Nov 11 2021, 1:39 PM.
Details Summary Fortran defines an ENTRY point name as being pure if its enclosing
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 12 2021, 11:17 AM Closed by commit rGece17064b592: [flang] Handle ENTRY names in IsPureProcedure() predicate (authored by klausler). · Explain WhyNov 12 2021, 1:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386936 flang/include/flang/Evaluate/tools.h
flang/lib/Evaluate/tools.cpp
|