[all-commits] [llvm/llvm-project] 131130: [mlir][AttrTypeReplacer] Make attribute dictionary...
River Riddle via All-commits
all-commits at lists.llvm.org
Mon Nov 14 18:14:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1311306410e4c665ff93651bd64b69e14888596d
https://github.com/llvm/llvm-project/commit/1311306410e4c665ff93651bd64b69e14888596d
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M mlir/include/mlir/IR/SubElementInterfaces.h
M mlir/lib/IR/SubElementInterfaces.cpp
Log Message:
-----------
[mlir][AttrTypeReplacer] Make attribute dictionary replacement optional
This provides an optimization opportunity for clients that don't want/need
to recurse attribute dictionaries.
More information about the All-commits
mailing list