[PATCH] D108151: [NFC][clang] Use X86 Features declaration from X86TargetParser
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 16 13:34:09 PDT 2021
craig.topper added a comment.
The order in X86Parser.def is determined by how bits are allocated in to feature vector in libgcc. They're not in any priority order that I know of.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108151/new/
https://reviews.llvm.org/D108151
More information about the cfe-commits
mailing list