Lunderberg commented on PR #14563: URL: https://github.com/apache/tvm/pull/14563#issuecomment-1502315627
This caused failures in `llvm::verifyModule` on a dev branch, in which the generated LLVM specified a function call to a function with a known signature. This doesn't usually result in verification failures for external function calls, because `CodeGenLLVM::CreateCallExtern` uses the call site itself to define the signature of each `llvm::FunctionType`. -- 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]
