AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabled only if AVX512BW present.
Tests added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D11122
AVX : Fix ISA disabling in case AVX512VL present ClosedPublic Authored by igorb on Jul 12 2015, 3:57 AM.
Details Summary AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabled only if AVX512BW present.
Diff Detail
Event Timelineigorb updated this object. Closed by commit rL242270: AVX : Fix ISA disabling in case AVX512VL , some instructions should be… (authored by ibreger). · Explain WhyJul 15 2015, 12:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29754 llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/lib/Target/X86/X86InstrSSE.td
llvm/trunk/test/CodeGen/X86/avx-isa-check.ll
|