[all-commits] [llvm/llvm-project] 166446: [MLIR] Support walks over regions and blocks
frgossen via All-commits
all-commits at lists.llvm.org
Wed Nov 4 04:50:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1664462d70cc399c6a95b88a9e8e73cb44d8a151
https://github.com/llvm/llvm-project/commit/1664462d70cc399c6a95b88a9e8e73cb44d8a151
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M mlir/include/mlir/Analysis/Liveness.h
M mlir/include/mlir/IR/Block.h
M mlir/include/mlir/IR/Operation.h
M mlir/include/mlir/IR/Visitors.h
M mlir/lib/Analysis/Liveness.cpp
M mlir/lib/IR/Visitors.cpp
Log Message:
-----------
[MLIR] Support walks over regions and blocks
Relands
- [MLIR] Support walks over regions and blocks
(dbae3d50f114a8ec0a7c3211e3b1b9fb6ef22dbd)
- [MLIR] Use llvm::is_one_of in walk templates
(56299b1e58bf3720dff2fe60163739ee1554a371)
Differential Revision: https://reviews.llvm.org/D90753
More information about the All-commits
mailing list