summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-load-store.ll
AgeCommit message (Expand)AuthorFilesLines
2015-10-20[x86] Fix AVX maskload/store intrinsic prototypes.Andrea Di Biagio1-2/+2
2015-03-05[X86] Use vmovss to handle inserting an element into index 0 of a v8f32 vecto...Craig Topper1-4/+2
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-8/+8
2013-03-25Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao1-1/+23
2013-03-25Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao1-0/+13
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem1-1/+1
2013-01-19On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem1-3/+8
2012-01-11Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...Nadav Rotem1-3/+9
2011-09-27Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen1-2/+2
2011-09-08Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes1-0/+25
2011-08-11Fix the test added by Nadav in r137308. Make it more strict:Bruno Cardoso Lopes1-0/+14
2011-08-09Add v16i16 and v32i8 store patternsBruno Cardoso Lopes1-0/+24
2011-08-09Add two patterns to match special vmovss and vmovsd cases. Also fixBruno Cardoso Lopes1-0/+18
2011-07-14Add 256-bit load/store recognition and matching in several places.Bruno Cardoso Lopes1-0/+24