[all-commits] [llvm/llvm-project] dcc004: [AArch64] Correct v9.x-a Features

Sam Elliott via All-commits all-commits at lists.llvm.org
Wed Sep 28 06:53:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcc00482797124d97aab1cfc254b1563e38de76b
      https://github.com/llvm/llvm-project/commit/dcc00482797124d97aab1cfc254b1563e38de76b
  Author: Archibald Elliott <archibald.elliott at arm.com>
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
    M llvm/include/llvm/Support/AArch64TargetParser.def

  Log Message:
  -----------
  [AArch64] Correct v9.x-a Features

A change to D109517 during review stated it was disabling the crypto
extensions by default in armv9a, but it also ended up removing two other
non-crypto features: i8mm and bf16. This error was also made in D116158.

This patch re-adds those two extensions to the feature bitmaps for the
affected armv9a versions in the target parser.

Differential Revision: https://reviews.llvm.org/D134647




More information about the All-commits mailing list