[all-commits] [llvm/llvm-project] 69f1a7: [ARM] Copy-paste error in ARMv87a architecture def...

Simon Tatham via All-commits all-commits at lists.llvm.org
Thu Feb 11 05:37:06 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69f1a7ad82fdcabc8d8e46a80b239c0e772d8e39
      https://github.com/llvm/llvm-project/commit/69f1a7ad82fdcabc8d8e46a80b239c0e772d8e39
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMSubtarget.h

  Log Message:
  -----------
  [ARM] Copy-paste error in ARMv87a architecture definition.

In the tablegen architecture definition, the Name field for the
ARMv87a record read "ARMv86a". All the other records contain their own
names.

Corrected it to "ARMv87a", and added the necessary value in
ARMArchEnum for that to refer to.

Reviewed By: pratlucas

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




More information about the All-commits mailing list