[PATCH] D43817: [x86] wbnoinvd intrinsic
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 10 13:57:25 PDT 2018
craig.topper added inline comments.
================
Comment at: lib/Basic/Targets/X86.cpp:188
setFeatureEnabledImpl(Features, "mpx", true);
if (Kind != CK_SkylakeServer) // SKX inherits all SKL features, except SGX
setFeatureEnabledImpl(Features, "sgx", true);
----------------
Not related to this patch, but does IcelakeServer have SGX? The adding icelake-server patch and removing sgx from skylakeserver intersected here.
https://reviews.llvm.org/D43817
More information about the cfe-commits
mailing list