[all-commits] [llvm/llvm-project] 00a52c: [mlir:SubElementsInterface] Add support for "skipp...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Jul 28 10:52:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00a52c75655bb352f875729a93c3f2ae990e5b78
https://github.com/llvm/llvm-project/commit/00a52c75655bb352f875729a93c3f2ae990e5b78
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M mlir/include/mlir/IR/SubElementInterfaces.h
M mlir/include/mlir/IR/SubElementInterfaces.td
M mlir/lib/IR/SubElementInterfaces.cpp
M mlir/lib/IR/SymbolTable.cpp
M mlir/test/IR/test-symbol-rauw.mlir
Log Message:
-----------
[mlir:SubElementsInterface] Add support for "skipping" when replacing attributes/types
This is used to fix a bug in SymbolTable::replaceAllSymbolUses where we replace symbols that
we shouldn't.
Differential Revision: https://reviews.llvm.org/D130693
More information about the All-commits
mailing list