[PATCH] D158814: [X86] Merge FeatureInfos_WithPLUS and FeatureInfos. NFC
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 27 02:46:49 PDT 2023
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/TargetParser/X86TargetParser.cpp:39
+ StringRef getName(bool WithPlus = false) const {
+ if (WithPlus)
+ return NameWithPlus;
----------------
should we assert that the plus is there?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158814/new/
https://reviews.llvm.org/D158814
More information about the llvm-commits
mailing list