Implemented load+{sign|zero}_extend for i1 vectors
Fixed failures in i1 vector load
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D18737
AVX-512: Extended load for i1 vectors ClosedPublic Authored by delena on Apr 3 2016, 12:23 AM.
Details Summary Implemented load+{sign|zero}_extend for i1 vectors
Diff Detail
Event Timelinedelena updated this object. This revision is now accepted and ready to land.Apr 3 2016, 1:22 AM Closed by commit rL265259: AVX-512: Load and Extended Load for i1 vectors (authored by delena). · Explain WhyApr 3 2016, 1:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 52493 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/lib/Target/X86/X86InstrAVX512.td
llvm/trunk/test/CodeGen/X86/avx512-insert-extract.ll
llvm/trunk/test/CodeGen/X86/avx512-mask-op.ll
llvm/trunk/test/CodeGen/X86/masked_gather_scatter.ll
llvm/trunk/test/CodeGen/X86/vector-shuffle-v1.ll
|