LLVM ist a mess
LLVM ist a mess
Posted Apr 11, 2024 7:24 UTC (Thu) by daenzer (subscriber, #7050)In reply to: LLVM ist a mess by Curan
Parent article: Cranelift code generation comes to Rust
And that's just one driver, Mesa uses LLVM in many other places, the elephant in the room being llvmpipe.
Posted Apr 11, 2024 7:39 UTC (Thu)
by Curan (subscriber, #66186)
[Link]
llvmpipe I do not mind. That is a very distinct driver and allows testing for extensions. That would be easy not to build in a production environment with hardware acceleration around. llvmpipe was also very important for virtual machines (these days less). But the core Khronos and/or hardware driver stuff with LLVM dependencies I really wish I could avoid.
LLVM ist a mess