[flang-commits] [flang] [Flang] Add parsing and attribute registration for SIMPLE specifier (PR #161285)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Fri Apr 24 06:29:01 PDT 2026
eugeneepshteyn wrote:
> Also, we should consider modifying `flang/lib/Evaluate/intrinsics.cpp` to add SIMPLE there. Or was this planned as a separate PR?
Let's do this as a separate PR. Please leave a TODO comment in that file mentioning this.
@mlir-maiden , could you please also modify SIMPLE section in this document with the status of current implementation:
https://github.com/llvm/llvm-project/blob/main/flang/docs/F202X.md
You don't have to remove any existing text there, but please add "current status" section so that people know that the works is being done and what may not be complete.
Besides the intrinsics, let's have semantic checks done as much as possible and add TODO for any obviously missing pieces.
https://github.com/llvm/llvm-project/pull/161285
More information about the flang-commits
mailing list