kparzysz-quic opened a new pull request #5264: [LLVM] Use llvm::Align with LLVM 11+ to avoid warnings URL: https://github.com/apache/incubator-tvm/pull/5264 LLVM 11 is introducing a separate class to represent alignment. The functions in IRBuilder that create aligned loads and stores, and which accept the alignment as an unsigned value have been deprecated (and now cause warnings to be emitted).
---------------------------------------------------------------- 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