[all-commits] [llvm/llvm-project] d1922c: [AArch64] Fix list of features for Cortex-X1C

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Tue Aug 23 03:35:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1922c9862420622bc8ec0b2375a8d48fb6dc528
      https://github.com/llvm/llvm-project/commit/d1922c9862420622bc8ec0b2375a8d48fb6dc528
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64.td

  Log Message:
  -----------
  [AArch64] Fix list of features for Cortex-X1C

This patch fixes the list of subtarget features enabled for the
Cortex-X1C processor, including the following:

* Fix incorrect version used for FeatureRCPC:
  * Use FEAT_LRCPC2 instead of FEAT_LRCPC.
* Add missing v8.4-A features included in the TRM:
  * Flag Manipulation Instructions - FeatureFlagM (FEAT_FlagM)
  * Large System Extension 2 - FeatureLSE2 (FEAT_LSE2)

Reviewed By: vhscampos

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




More information about the All-commits mailing list