[all-commits] [llvm/llvm-project] f83a8e: [mlir] Merge the successor operand count into Bloc...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Dec 27 20:36:09 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f83a8efe87947c20140e86799744fdb7c29a7ee4
https://github.com/llvm/llvm-project/commit/f83a8efe87947c20140e86799744fdb7c29a7ee4
Author: River Riddle <riverriddle at google.com>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M mlir/include/mlir/IR/BlockSupport.h
M mlir/include/mlir/IR/Operation.h
M mlir/include/mlir/IR/UseDefLists.h
M mlir/lib/IR/Operation.cpp
M mlir/lib/IR/Value.cpp
Log Message:
-----------
[mlir] Merge the successor operand count into BlockOperand.
Summary: 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).
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D71949
More information about the All-commits
mailing list