[Mlir-commits] [mlir] [MLIR] Add callback functions for ModuleToObject (PR #116007)

Mehdi Amini llvmlistbot at llvm.org
Thu Nov 14 15:26:57 PST 2024


================
@@ -572,6 +572,9 @@ NVPTXSerializer::moduleToObject(llvm::Module &llvmModule) {
     getOperation().emitError() << "Failed translating the module to ISA.";
     return std::nullopt;
   }
+  if (isaCallback) {
----------------
joker-eph wrote:

I don't quite get it? The callback would return the same thing as the serializer?

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


More information about the Mlir-commits mailing list