[all-commits] [llvm/llvm-project] eba1ef: [AArch64] Make apple-m4 armv8.7-a again (from armv...

Ahmed Bougacha via All-commits all-commits at lists.llvm.org
Sun Sep 1 00:50:05 PDT 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: eba1ef5a1b7a84ed1954797dcd6d6f073b1f1a56
      https://github.com/llvm/llvm-project/commit/eba1ef5a1b7a84ed1954797dcd6d6f073b1f1a56
  Author: Ahmed Bougacha <ahmed at bougacha.org>
  Date:   2024-09-01 (Sun, 01 Sep 2024)

  Changed paths:
    M clang/test/CodeGen/aarch64-targetattr.c
    M llvm/lib/Target/AArch64/AArch64Processors.td
    M llvm/unittests/TargetParser/TargetParserTest.cpp

  Log Message:
  -----------
  [AArch64] Make apple-m4 armv8.7-a again (from armv9.2-a).  (#106312)

This is a partial revert of c66e1d6f3429.  Even though that
allowed us to declare v9.2-a support without picking up SVE2
in both the backend and the driver, the frontend itself still
enabled SVE via the arch version's default extensions.

Avoid that by reverting back to v8.7-a while we look into
longer-term solutions.

(cherry picked from commit e5e38ddf1b8043324175868831da21e941c00aff)



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