[all-commits] [llvm/llvm-project] 51bc82: [mlir] Implement SymbolUserOpInterface in LLVM::Ca...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Fri Aug 5 13:50:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51bc82d147f8205dc516a50c66a3938249116f41
https://github.com/llvm/llvm-project/commit/51bc82d147f8205dc516a50c66a3938249116f41
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
Log Message:
-----------
[mlir] Implement SymbolUserOpInterface in LLVM::CallOp
Avoid expensive calls to `SymbolTable::lookupNearestSymbolFrom` in verifier
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D131285
More information about the All-commits
mailing list