[PATCH] D41573: [x86][icelake][vpclmulqdq]
coby via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 26 11:22:22 PST 2017
coby added inline comments.
================
Comment at: lib/Basic/Targets/X86.cpp:577
} else if (Name == "pclmul") {
if (Enabled)
setSSELevel(Features, SSE2, Enabled);
----------------
craig.topper wrote:
> I think we should disable vpclmulqdq when pclmul is being disabled.
agreed
Repository:
rC Clang
https://reviews.llvm.org/D41573
More information about the cfe-commits
mailing list