[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)

Jakub Kuderski llvmlistbot at llvm.org
Mon Aug 18 06:59:17 PDT 2025


================
@@ -33,12 +33,10 @@ struct PrintOpAvailability
 } // namespace
 
 void PrintOpAvailability::runOnOperation() {
-  auto f = getOperation();
-  llvm::outs() << f.getName() << "\n";
-
+  auto moduleOp = getOperation();
----------------
kuhar wrote:

Spell out the type

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


More information about the Mlir-commits mailing list