[all-commits] [llvm/llvm-project] f5c288: [NFC][clang] Use X86 Features declaration from X86...
aelovikov-intel via All-commits
all-commits at lists.llvm.org
Mon Aug 23 12:30:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5c28894884488d236d66b766fe5da557cd1ac88
https://github.com/llvm/llvm-project/commit/f5c28894884488d236d66b766fe5da557cd1ac88
Author: Andrei Elovikov <andrei.elovikov at intel.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M clang/include/clang/Basic/X86Target.def
M clang/lib/Basic/Targets/X86.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M llvm/include/llvm/Support/X86TargetParser.def
Log Message:
-----------
[NFC][clang] Use X86 Features declaration from X86TargetParser
...instead of redeclaring them in clang's own X86Target.def. They were already
required to be in sync (IIUC), so no reason to maintain two identical lists.
Reviewed By: erichkeane, craig.topper
Differential Revision: https://reviews.llvm.org/D108151
More information about the All-commits
mailing list