The existing API for successor operands on operations is in the process of being removed. This revision simplifies a later one that completely removes the existing API.
Depends On D75315
Paths
| Differential D75316
[mlir] Refactor a few users to no longer rely on the successor operand API of Operation. ClosedPublic Authored by rriddle on Feb 27 2020, 4:44 PM.
Details Summary The existing API for successor operands on operations is in the process of being removed. This revision simplifies a later one that completely removes the existing API. Depends On D75315
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 4 2020, 2:57 PM Closed by commit rG988249a5060c: [mlir] Refactor a few users to no longer rely on the successor operand API of… (authored by rriddle). · Explain WhyMar 5 2020, 1:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248533 mlir/include/mlir/IR/Block.h
mlir/include/mlir/IR/OperationSupport.h
mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
mlir/lib/Dialect/AffineOps/AffineOps.cpp
mlir/lib/IR/Block.cpp
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/lib/Transforms/Utils/RegionUtils.cpp
mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
|