[all-commits] [llvm/llvm-project] adb649: [MLIR] Add generic walk support to OpState
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Mon Jan 24 13:36:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: adb6494660eb234d009fe333e65bf94e8becf955
https://github.com/llvm/llvm-project/commit/adb6494660eb234d009fe333e65bf94e8becf955
Author: Rahul Joshi <jurahul at google.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M mlir/include/mlir/IR/OpDefinition.h
Log Message:
-----------
[MLIR] Add generic walk support to OpState
- This allows calling the generic walkers on specific operation instances.
Differential Revision: https://reviews.llvm.org/D117949
More information about the All-commits
mailing list