[all-commits] [llvm/llvm-project] 36b538: [mlir][NFC] Move several small methods from .cpp t...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jun 22 17:53:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36b538f583a7dfadf8f6c677b61110ee239e7e4d
https://github.com/llvm/llvm-project/commit/36b538f583a7dfadf8f6c677b61110ee239e7e4d
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M mlir/include/mlir/IR/Attributes.h
M mlir/include/mlir/IR/Operation.h
M mlir/include/mlir/IR/Region.h
M mlir/include/mlir/IR/Types.h
M mlir/lib/IR/Attributes.cpp
M mlir/lib/IR/Operation.cpp
M mlir/lib/IR/Region.cpp
M mlir/lib/IR/Types.cpp
Log Message:
-----------
[mlir][NFC] Move several small methods from .cpp to .h to allow more aggressive inlining
Differential Revision: https://reviews.llvm.org/D104756
More information about the All-commits
mailing list