[all-commits] [llvm/llvm-project] bb9fa7: [ARM][Driver] Fix i8mm feature string (#137771)

Jack Styles via All-commits all-commits at lists.llvm.org
Tue Apr 29 02:33:11 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb9fa77c8410e539d1eefdfe76c192db44bdc520
      https://github.com/llvm/llvm-project/commit/bb9fa77c8410e539d1eefdfe76c192db44bdc520
  Author: Jack Styles <jack.styles at arm.com>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/test/Driver/arm-features.c

  Log Message:
  -----------
  [ARM][Driver] Fix i8mm feature string (#137771)

#137595 changed the behaviour for SIMD on ARM to ensure it is enabled
and disabled correctly depending on the options used by the user. In
this, the functionality to disable all features that depend on SIMD was
added. However, there was a spelling error for the i8mm feature, which
caused the `+nosimd` command to fail.

This fixes the error, and allows the command to work again.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list