[all-commits] [llvm/llvm-project] ece170: [flang] Handle ENTRY names in IsPureProcedure() pr...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Nov 12 13:21:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ece17064b592db70a56ef7e4e750d0fe589014f2
https://github.com/llvm/llvm-project/commit/ece17064b592db70a56ef7e4e750d0fe589014f2
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/lib/Evaluate/tools.cpp
Log Message:
-----------
[flang] Handle ENTRY names in IsPureProcedure() predicate
Fortran defines an ENTRY point name as being pure if its enclosing
subprogram scope defines a pure procedure.
Differential Revision: https://reviews.llvm.org/D113711
More information about the All-commits
mailing list