[all-commits] [llvm/llvm-project] 8fb29d: [mlir] Replace AbstractOperation::classof with a C...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Jan 17 10:16:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8fb29d4a507371224ee06a039f1c01e242099967
https://github.com/llvm/llvm-project/commit/8fb29d4a507371224ee06a039f1c01e242099967
Author: River Riddle <riverriddle at google.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/IR/OperationSupport.h
Log Message:
-----------
[mlir] Replace AbstractOperation::classof with a ClassID instance.
Summary: This field is currently not used by anything, and using a ClassID instance provides better support for more efficient classof.
Reviewers: mehdi_amini, nicolasvasilache
Reviewed By: mehdi_amini
Subscribers: merge_guards_bot, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72822
More information about the All-commits
mailing list