[Mlir-commits] [mlir] [mlir][spirv] Remove nonlocal call verification. (PR #159399)

Erick Ochoa Lopez llvmlistbot at llvm.org
Wed Sep 17 09:55:16 PDT 2025


================
@@ -160,42 +160,12 @@ LogicalResult FunctionCallOp::verify() {
            << fnName.getValue() << "' not found in nearest symbol table";
----------------
amd-eochoalo wrote:

Maybe we should also delete this verification as it looks for another operation.

https://github.com/llvm/llvm-project/pull/159399


More information about the Mlir-commits mailing list