[all-commits] [llvm/llvm-project] 3a6c2a: [mips] Rename FeatureMadd4 to FeatureNoMadd4. NFC

YunQiang Su via All-commits all-commits at lists.llvm.org
Wed Jul 15 04:40:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a6c2a61c64277a51a9dda22eece8072c0590fa4
      https://github.com/llvm/llvm-project/commit/3a6c2a61c64277a51a9dda22eece8072c0590fa4
  Author: YunQiang Su <wzssyqa at gmail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/MipsInstrInfo.td

  Log Message:
  -----------
  [mips] Rename FeatureMadd4 to FeatureNoMadd4. NFC

`FeatureMadd4` is used to disable `madd4`, and the corresponding feature
option is `(+-)nomadd4`. Renaming to the `FeatureNoMadd4` makes its
purpose clear.

Patch by YunQiang Su.

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




More information about the All-commits mailing list