[PATCH] D42205: [X86] Add intrinsic support for the RDPID instruction
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 14:10:01 PST 2018
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one (very) minor
================
Comment at: lib/Support/Host.cpp:1260
+
+ Features["ibt"] = HasLeaf7 && ((EDX >> 20) & 1);
----------------
Revert spacing change to keep = aligned.
https://reviews.llvm.org/D42205
More information about the llvm-commits
mailing list