[PATCH] D32770: [X86][LWP] Add clang support for LWP instructions.
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 2 16:18:40 PDT 2017
RKSimon created this revision.
Herald added a subscriber: mgorny.
This patch adds support for the the LightWeight Profiling (LWP) instructions which are available on all AMD Bulldozer class CPUs (bdver1 to bdver4).
Repository:
rL LLVM
https://reviews.llvm.org/D32770
Files:
include/clang/Basic/BuiltinsX86.def
include/clang/Basic/BuiltinsX86_64.def
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
lib/Headers/CMakeLists.txt
lib/Headers/lwpintrin.h
lib/Headers/x86intrin.h
test/CodeGen/lwp-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32770.97521.patch
Type: text/x-patch
Size: 12788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170502/555eca8d/attachment.bin>
More information about the cfe-commits
mailing list