[PATCH] D44387: [x86] Introduce the pconfig/encl[u|s|v] intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 30 12:17:44 PDT 2019


craig.topper added a comment.

Your understanding is correct. As far as testing I think the existing testing in the original patches is sufficient.

I'm not sure I understand how a target specific intrinsic that only works on x86 in the bitcode is substantially better than inline assembly.   Do you plan to also change the cpuid intrinsics in cpuid.h that are also implemented in inline assembly?


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

https://reviews.llvm.org/D44387





More information about the cfe-commits mailing list