Luuk- commented on pull request #7578: URL: https://github.com/apache/tvm/pull/7578#issuecomment-789805233
I found out that I wasn't actually using LLVM 11.0.0, but a newer version (13.0.0), as I cloned it from Git. Apparently, a change was made there recently (https://github.com/llvm/llvm-project/commit/24539f1ef2471d07bd87f833cb0288fc0f251f4b) which altered the CreateAtomicRMW behaviour. I added `#if` now for LLVM13. I would expect this to work, as it also works locally. ---------------------------------------------------------------- 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: [email protected]
