AVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
This instructions doesn't have intrincis.
Added tests for encoding.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D12317
AVX512 : vpextrb/w/d/q and vpinsrb/w/d/q implementation ClosedPublic Authored by igorb on Aug 25 2015, 4:47 AM.
Details Summary AVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
Diff Detail
Event Timelineigorb updated this object. Closed by commit rL249688: AVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation. (authored by ibreger). · Explain WhyOct 8 2015, 5:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36847 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/lib/Target/X86/X86InstrAVX512.td
llvm/trunk/lib/Target/X86/X86InstrSSE.td
llvm/trunk/test/CodeGen/X86/avx-isa-check.ll
llvm/trunk/test/CodeGen/X86/avx512-extract-subvector.ll
llvm/trunk/test/CodeGen/X86/avx512-insert-extract.ll
llvm/trunk/test/MC/X86/x86-64-avx512bw.s
llvm/trunk/test/MC/X86/x86-64-avx512dq.s
|