[all-commits] [llvm/llvm-project] 5487b6: [X86] Merge FeatureInfos_WithPLUS and FeatureInfos...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Aug 27 22:40:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5487b67caf9128d4a68e25a41114029902b516fc
      https://github.com/llvm/llvm-project/commit/5487b67caf9128d4a68e25a41114029902b516fc
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-08-27 (Sun, 27 Aug 2023)

  Changed paths:
    M llvm/include/llvm/TargetParser/X86TargetParser.h
    M llvm/lib/TargetParser/X86TargetParser.cpp

  Log Message:
  -----------
  [X86] Merge FeatureInfos_WithPLUS and FeatureInfos. NFC

Store the string with the '+' in FeatureInfos. Drop the '+'
at runtime for the users that don't want it.

Reviewed By: RKSimon, FreddyYe

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




More information about the All-commits mailing list