tqchen opened a new pull request, #18853: URL: https://github.com/apache/tvm/pull/18853
## Summary Bump the minimum required LLVM version from 6.0 to 15.0, removing all compatibility code for older LLVM versions. - Update CMake minimum version checks in `FindLLVM.cmake` and `LLVM.cmake` - Remove ~90 dead `#if TVM_LLVM_VERSION` preprocessor branches across 15 source files - Update documentation references in `from_source.rst` and `config.cmake` - 531 lines of dead code removed, no behavioral changes All changes are strictly dead-code removal — no live code paths were modified. ## Test plan - [x] Build with LLVM 15 (`-DUSE_LLVM=ON`): passed - [x] `test_target_codegen_llvm.py`: 40/40 passed - [x] `pre-commit run --all-files`: passed -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
