[mlir][NFC] Move several small methods from .cpp to .h to allow more aggressive inlining
authorRiver Riddle <riddleriver@gmail.com>
Wed, 23 Jun 2021 00:46:29 +0000 (00:46 +0000)
committerRiver Riddle <riddleriver@gmail.com>
Wed, 23 Jun 2021 00:52:26 +0000 (00:52 +0000)
commit36b538f583a7dfadf8f6c677b61110ee239e7e4d
tree4f2146890fcc2259328b69a1b9994a4853c84689
parent0439ba99031b7b0690ea2cd49ac517b32c139892
[mlir][NFC] Move several small methods from .cpp to .h to allow more aggressive inlining

Differential Revision: https://reviews.llvm.org/D104756
mlir/include/mlir/IR/Attributes.h
mlir/include/mlir/IR/Operation.h
mlir/include/mlir/IR/Region.h
mlir/include/mlir/IR/Types.h
mlir/lib/IR/Attributes.cpp
mlir/lib/IR/Operation.cpp
mlir/lib/IR/Region.cpp
mlir/lib/IR/Types.cpp