[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)
Davide Grohmann
llvmlistbot at llvm.org
Tue Aug 19 02:34:58 PDT 2025
================
@@ -104,7 +104,7 @@ void OpAsmPrinter::printFunctionalType(Operation *op) {
// it is a function (avoiding a grammar ambiguity).
bool wrapped = op->getNumResults() != 1;
if (!wrapped && op->getResult(0).getType() &&
- llvm::isa<FunctionType>(op->getResult(0).getType()))
+ isa<GraphType>(op->getResult(0).getType()))
----------------
davidegrohmann wrote:
revert
https://github.com/llvm/llvm-project/pull/151934
More information about the Mlir-commits
mailing list