[PATCH] D75316: [mlir] Refactor a few users to no longer rely on the successor operand API of Operation.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 16:47:23 PST 2020


rriddle created this revision.
rriddle added a reviewer: mehdi_amini.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
rriddle added a child revision: D75317: [mlir] Automatically populate `operand_segment_sizes` in the auto-generated build methods..

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 <https://reviews.llvm.org/D75315>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75316

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75316.247133.patch
Type: text/x-patch
Size: 9996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/a5b34025/attachment-0001.bin>


More information about the llvm-commits mailing list