deeply commented on pull request #8682: URL: https://github.com/apache/tvm/pull/8682#issuecomment-917938536
Seems that llvm-13 has already changed the signature of `llvm::Intrinsic::getName` in the latest [rc2](https://github.com/llvm/llvm-project/blob/llvmorg-13.0.0-rc2/llvm/include/llvm/IR/Intrinsics.h#L68). Maybe we need to update the guard macro to `#if TVM_LLVM_VERSION <= 120` for calling `llvm::Intrinsic::getName`? 😄 -- 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]
