[all-commits] [llvm/llvm-project] 29e411: [mlir] Expose getNearestSymbolTable as SymbolTable...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Sun Jan 26 14:38:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 29e411b3d6a4b80c21891fc311168d8a651693f8
https://github.com/llvm/llvm-project/commit/29e411b3d6a4b80c21891fc311168d8a651693f8
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-01-26 (Sun, 26 Jan 2020)
Changed paths:
M mlir/include/mlir/IR/SymbolTable.h
M mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp
M mlir/lib/IR/SymbolTable.cpp
Log Message:
-----------
[mlir] Expose getNearestSymbolTable as SymbolTable class method
This is a generally useful utility function for interacting with
symbol tables.
Differential Revision: https://reviews.llvm.org/D73433
More information about the All-commits
mailing list