[Mlir-commits] [mlir] [MLIR] Add callback functions for ModuleToObject (PR #116007)
Guray Ozen
llvmlistbot at llvm.org
Thu Nov 14 03:50:06 PST 2024
================
@@ -572,6 +572,9 @@ NVPTXSerializer::moduleToObject(llvm::Module &llvmModule) {
getOperation().emitError() << "Failed translating the module to ISA.";
return std::nullopt;
}
+ if (isaCallback) {
----------------
grypp wrote:
We have also `dump-sass`. Should we also add a callback for that?
https://github.com/llvm/llvm-project/pull/116007
More information about the Mlir-commits
mailing list