[PATCH] D40054: Simplify CpuIs code to use include from LLVM
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 14 15:35:37 PST 2017
erichkeane created this revision.
LLVM exposes a file in the backend (X86TargetParser.def) that
contains information about the correct list of CpuIs values.
This patch removes 2 of the copied and pasted versions of this
list from clang and instead includes the data from the .def file.
https://reviews.llvm.org/D40054
Files:
lib/Basic/Targets/X86.cpp
lib/CodeGen/CGBuiltin.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40054.122930.patch
Type: text/x-patch
Size: 6475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171114/a8412889/attachment.bin>
More information about the cfe-commits
mailing list