[PATCH] D128934: [X86] Add RDPRU instruction

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 17:58:14 PDT 2022


pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/docs/ReleaseNotes.rst:158-159
 * Support ``half`` type on SSE2 and above targets.
+* Support ``rdpru`` instruction on Zen2 and above targets. The ``-m[no-]rdpru``
+  option to Clang controls this independently of the target processor type.
 
----------------
Nit: It's no ideal to put Clang info here. Maybe move it to Clang's Release Notes?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128934/new/

https://reviews.llvm.org/D128934



More information about the llvm-commits mailing list