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