summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-shift.ll
Commit message (Expand)AuthorAge
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-26
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-07
* X86: Open up some opportunities for constant folding by postponing shift lowe...Benjamin Kramer2013-02-04
* Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...Craig Topper2011-11-21
* Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...Craig Topper2011-11-12
* Fix PR10688. Add support for spliting 256-bit vector shifts when theBruno Cardoso Lopes2011-08-17
* Add support for several vector shifts operations while in AVX mode. Fix PR10581Bruno Cardoso Lopes2011-08-08