[flang] Fortran IR: lowest layer of the IR hierarchy. Specifically, Basic Blocks
authorEric Schweitz <eschweitz@nvidia.com>
Wed, 20 Feb 2019 20:12:17 +0000 (12:12 -0800)
committerEric Schweitz <eschweitz@nvidia.com>
Wed, 20 Feb 2019 20:12:17 +0000 (12:12 -0800)
commit467bad4bdb5099fe45b4e9a26bf841f31de52de7
treed88738c1fd7d13fa7d2dd86695a762876bd83851
parent9a03b46d6d92486e7c9b08d51c534d756f903057
[flang] Fortran IR: lowest layer of the IR hierarchy. Specifically, Basic Blocks
contain Statements.  This layer is still evolving as the IR takes better
shape and other code in the compiler is written.

Original-commit: flang-compiler/f18@e1a282296b4dc90d05acb7d67f536f169fa36a39
Reviewed-on: https://github.com/flang-compiler/f18/pull/294
Tree-same-pre-rewrite: false
flang/lib/IntermediateRepresentation/statement.def [new file with mode: 0644]
flang/lib/IntermediateRepresentation/statements.cc [new file with mode: 0644]
flang/lib/IntermediateRepresentation/statements.h [new file with mode: 0644]
flang/lib/IntermediateRepresentation/stmt.h [new file with mode: 0644]