[all-commits] [llvm/llvm-project] 2186b0: [Driver][AArch64]Add driver support for neoverse-5...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Thu Oct 28 01:10:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2186b011e96669b447896c103c10a07dd3aa6203
      https://github.com/llvm/llvm-project/commit/2186b011e96669b447896c103c10a07dd3aa6203
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/test/CodeGen/AArch64/cpus.ll
    M llvm/test/CodeGen/AArch64/misched-fusion-aes.ll
    M llvm/unittests/Support/TargetParserTest.cpp

  Log Message:
  -----------
  [Driver][AArch64]Add driver support for neoverse-512tvb target

The support for  neoverse-512tvb mirrors the same option available in GCC[1].
There is no functional effect for this option yet.
This patch ensures the driver accepts "-mcpu=neoverse-512tvb", and enough
plumbing is in place to allow the new option to be used in the future.

[1]https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html

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




More information about the All-commits mailing list