kparzysz-quic opened a new pull request #8958: URL: https://github.com/apache/tvm/pull/8958
PrimFuncs are stored in a map where the order of iteration is not deterministic. This can cause a different `llvm::Module` to be created each time, which can defeat debugging tools like `-opt-bisect-limit`. Add function `CodeGenLLVM::AddFunctionsOrdered` that takes a range of PrimFuncs or objects convertible to PrimFunc, and adds them to the LLVM module in a deterministic order. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
