LLVM Clang 15.0 Adds Arm Cortex-M85 Support

Written by Michael Larabel in Arm on 5 July 2022 at 05:48 AM EDT. Add A Comment
ARM
Support for Arm's Cortex-M85 based on Armv8.1-M has been added for the LLVM 15.0 compiler release this fall.

The Arm Cortex-M85 was announced back in April as the company's newest MCU-class core that offers significantly better performance than the Cortex M7 and M55 cores but for workloads not needing Cortex A-class performance. The Arm Cortex-M85 should be popular for next-gen IoT devices with better performance while also increasing security by supporting the Pointer Authentication and Branch Target Identification (PACBTI) extensions. The Helium vector extensions also continue to be available with the M85, Armv8-M TrustZone is present by default with the M85, and other improvements over prior Cortex-M designs.


Arm Cortex-M85


With LLVM/Clang already having support for Armv8.1-M, the Cortex-M85 enablement isn't too big. The newly added LLVM Git exposes the "-mcpu=cortex-m85" option for targeting the Cortex-M85 cores. By default the MVE and PACBTI extensions are enabled when targeting the M85 with Clang.

LLVM/Clang Arm Cortex-M85 details for those interested via this commit. LLVM 15.0 is planned for release in September. As of writing the Arm Cortex-M85 enablement hasn't yet landed in the GCC compiler but presumably that M85 patch will be coming in short order.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week