kparzysz-quic opened a new pull request #5282: [LLVM] Fix generation of LLVM intrinsics URL: https://github.com/apache/incubator-tvm/pull/5282 The type list in the call to `llvm::Intrinsic::getDeclaration` is not the intrinsic's signature, it's the list of overloaded types. Without this fix, the updated unit test would cause the following error: ``` TVMError: LLVM module verification failed with the following errors: Intrinsic name not mangled correctly for type arguments! Should be: llvm.ctlz.i32 i32 (i32, i1)* @llvm.ctlz.i32.i1 ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services