ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets.
Apache License 2.0
425 stars 98 forks source link

[OmaxLTO] Fix the flag to be supplied to the LTO plugin #544

Closed VladiKrapp-Arm closed 1 month ago

VladiKrapp-Arm commented 1 month ago

The flag to add the extra loop unroll pass was previously provided to opt and was not actually working, as it's supposed to be provided to the LTO plugin.