AVX-512: fixed extended load to 512-bit register
[oota-llvm.git] / test / CodeGen / X86 / vector-sext.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
2014-12-06 Ahmed Bougacha[X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns.
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-02 Chandler Carruth[x86] Switch some of the new consolidated vector tests...
2014-10-01 Chandler Carruth[x86] Add a 32-bit run to the sext test, and remove...
2014-10-01 Chandler Carruth[x86] Teach both sext and zext vector tests to cover...
2014-10-01 Chandler Carruth[x86] Sort the ISA-specific RUN lines for vector-sext...
2014-10-01 Chandler Carruth[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.