File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
flang/include/flang/Lower Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // /
9
- // / Experimental IO lowering to FIR + runtime. The Runtime design is under
10
- // / design.
11
- // /
12
- // / FIXME This interface is also not final. Should it be based on parser::..
13
- // / nodes and lower expressions as needed or should it get every expression
14
- // / already lowered as mlir::Value? (currently second options, not sure it will
15
- // / provide enough information for complex IO statements).
16
- // /
17
- // ===----------------------------------------------------------------------===//
18
8
19
9
#ifndef FORTRAN_LOWER_IO_H
20
10
#define FORTRAN_LOWER_IO_H
You can’t perform that action at this time.
0 commit comments