[PATCH] D41573: [x86][icelake][vpclmulqdq]
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 26 09:56:59 PST 2017
craig.topper requested changes to this revision.
craig.topper added inline comments.
This revision now requires changes to proceed.
================
Comment at: lib/Basic/Targets/X86.cpp:577
} else if (Name == "pclmul") {
if (Enabled)
setSSELevel(Features, SSE2, Enabled);
----------------
I think we should disable vpclmulqdq when pclmul is being disabled.
Repository:
rC Clang
https://reviews.llvm.org/D41573
More information about the cfe-commits
mailing list