This patch adds -mrdpid/-mno-rdpid and the rdpid intrinsic. The corresponding LLVM commit has already been made.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D42272
[X86] Add rdpid command line option and intrinsics. ClosedPublic Authored by craig.topper on Jan 18 2018, 4:29 PM.
Details Summary This patch adds -mrdpid/-mno-rdpid and the rdpid intrinsic. The corresponding LLVM commit has already been made.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jan 20 2018, 4:42 AM Closed by commit rL323047: [X86] Add rdpid command line option and intrinsics. (authored by ctopper). · Explain WhyJan 20 2018, 10:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 130770 cfe/trunk/include/clang/Basic/BuiltinsX86.def
cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Basic/Targets/X86.h
cfe/trunk/lib/Basic/Targets/X86.cpp
cfe/trunk/lib/Headers/immintrin.h
cfe/trunk/test/CodeGen/rdpid-builtins.c
cfe/trunk/test/Driver/x86-target-features.c
cfe/trunk/test/Preprocessor/predefined-arch-macros.c
cfe/trunk/test/Preprocessor/x86_target_features.c
|