[PATCH] D128934: [X86] Add RDPRU instruction
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 02:19:09 PDT 2022
pengfei added a comment.
1. Update ReleaseNotes;
2. Update `clang/lib/Headers/cpuid.h` and `llvm/lib/Support/Host.cpp` if there's a new bit for it;
3. Add macro test in `clang/test/Preprocessor/x86_target_features.c`
================
Comment at: clang/lib/Headers/rdpruintrin.h:24
+///
+/// \headerfile <rdpruintrin.h>
+///
----------------
Conflicted with line 11. Use `x86intrin.h` instead. The same below.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128934/new/
https://reviews.llvm.org/D128934
More information about the llvm-commits
mailing list