[flang] Add changes to codegen to convert it to tablegen passes.
authorEric Schweitz <eschweitz@nvidia.com>
Thu, 2 Jul 2020 01:40:32 +0000 (18:40 -0700)
committerEric Schweitz <eschweitz@nvidia.com>
Thu, 2 Jul 2020 13:07:40 +0000 (06:07 -0700)
commitffa1f8198e6e8be6ca1044975a67e646188210da
treebee5ee3c078aa54a8834c47bc7c62caca6ab6a6f
parent30bd66544d7a1e602dfaf412158d4bd759352e36
[flang] Add changes to codegen to convert it to tablegen passes.

This upstreams changes to codegen to convert the passes to the new
tablegen pass support from MLIR.

Differential revision: https://reviews.llvm.org/D83018
flang/include/flang/Optimizer/CMakeLists.txt
flang/include/flang/Optimizer/CodeGen/CGPasses.td [new file with mode: 0644]
flang/include/flang/Optimizer/CodeGen/CMakeLists.txt [new file with mode: 0644]
flang/include/flang/Optimizer/CodeGen/CodeGen.h