LLVM Clang RISC-V Now Supports LTO

Within the latest Clang code this week, LTO (link-time optimizations) are now enabled for Clang targeting RISC-V. LTO, of course, is important for performance with being able to exploit more performance optimizations by the compiler at link-time.
While we aren't able to test for lack of RISC-V hardware available, LTO optimizations generally can provide meaningful improvements for large code-bases. This improvement and other RISC-V work will be part of the LLVM/Clang 10.0 release due out in early 2020.
Add A Comment