[PATCH] D71949: Merge the successor operand count into BlockOperand.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 27 15:33:28 PST 2019
rriddle created this revision.
rriddle added reviewers: mehdi_amini, jpienaar.
Herald added subscribers: llvm-commits, antiagainst, shauheen, burmako.
Herald added a project: LLVM.
The successor operand counts are directly tied to block operands anyways, and this simplifies the trailing objects of Operation(i.e. one less computation to perform).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71949
Files:
mlir/include/mlir/IR/BlockSupport.h
mlir/include/mlir/IR/Operation.h
mlir/include/mlir/IR/UseDefLists.h
mlir/lib/IR/Operation.cpp
mlir/lib/IR/Value.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71949.235451.patch
Type: text/x-patch
Size: 14276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191227/d1157093/attachment.bin>
More information about the llvm-commits
mailing list