[all-commits] [llvm/llvm-project] 706d99: [NFC] Add getArgumentTypes() to Region
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Tue Jul 28 18:28:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 706d992cedaf2ca3190e4445015da62faf2db544
https://github.com/llvm/llvm-project/commit/706d992cedaf2ca3190e4445015da62faf2db544
Author: Rahul Joshi <jurahul at google.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M mlir/include/mlir/IR/Region.h
M mlir/include/mlir/IR/Visitors.h
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/IR/Region.cpp
M mlir/lib/Transforms/Utils/InliningUtils.cpp
Log Message:
-----------
[NFC] Add getArgumentTypes() to Region
- Add getArgumentTypes() to Region (missed from before)
- Adopt Region argument API in `hasMultiplyAddBody`
- Fix 2 typos in comments
Differential Revision: https://reviews.llvm.org/D84807
More information about the All-commits
mailing list