[llvm] [AArch64][SME] Enable subreg liveness tracking when SME is available (PR #92142)

Kerry McLaughlin via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 08:24:44 PDT 2024


kmclaughlin-arm wrote:

Using the LNT test suite, I took some measurements to understand the impact on compile-time and found that enabling this generally for AArch64 results in about a 0.1% increase based on instruction count. Many of the AArch64 test files require updating, but I don't think there are any functional issues exposed with these changes.

https://github.com/llvm/llvm-project/pull/92142


More information about the llvm-commits mailing list