[Mlir-commits] [mlir] [mlir][spirv] Remove nonlocal call verification. (PR #159399)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Thu Sep 18 06:10:11 PDT 2025
================
@@ -160,42 +160,12 @@ LogicalResult FunctionCallOp::verify() {
<< fnName.getValue() << "' not found in nearest symbol table";
----------------
amd-eochoalo wrote:
Looking a little bit further into this, the `func.call` operation verifies this but during `verifySymbolUses` so I think we can keep these checks as long as we move it to this verification.
https://github.com/llvm/llvm-project/pull/159399
More information about the Mlir-commits
mailing list