[mlir] Fixup python bindings after splitting cf ops from std.
authorStella Laurenzo <stellaraccident@gmail.com>
Sun, 6 Feb 2022 05:50:27 +0000 (21:50 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Sun, 6 Feb 2022 22:51:17 +0000 (14:51 -0800)
commitfe23a6fb75e6ec7f2b51fb90d45ac684cc641665
tree0e80c028096a68ce69e42037f039efd2cc2217ac
parentace01605e04d094c243b0cad873e8919b80a0ced
[mlir] Fixup python bindings after splitting cf ops from std.
mlir/python/CMakeLists.txt
mlir/python/mlir/dialects/ControlFlowOps.td [new file with mode: 0644]
mlir/python/mlir/dialects/cf.py [new file with mode: 0644]
mlir/test/python/ir/blocks.py