an icelake promotion of pclmulqdq
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/X86/avx512vl-vpclmulqdq.ll | ||
---|---|---|
6 | Why isn't this an EVEX compression? |
Comment Actions
Sorry I think there's still a bug.
lib/Target/X86/X86InstrSSE.td | ||
---|---|---|
7282 | This shoudl be [HasAVX, NoVLX_Or_NoVPCLMULQDQ, HasPCLMUL] |
lib/Target/X86/X86InstrInfo.cpp | ||
---|---|---|
5262 | This needs tests. |
Comment Actions
further refined selection of conflicting insns, as suggested by Craig
added commutation tests, as suggested by Simon
This needs tests.