aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vshift-3.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22For Matthew Gretton-DannMatthew Gretton-Dann1-2/+2
2011-11-22 Matthew Gretton-Dann<matthew.gretton-dann@arm.com> * gcc.dg/vshift-1.c (main): Call rand instead of random. * gcc.dg/vshift-3.c (main): Likewise. From-SVN: r181614
2011-10-31tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def in a ↵Jakub Jelinek1-0/+136
loop and has different type from op0... * tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def in a loop and has different type from op0, cast it to op0's type before the loop first. For slp give up. Don't crash if op1_vectype is NULL. * gcc.dg/vshift-3.c: New test. * gcc.dg/vshift-4.c: New test. * gcc.dg/vshift-5.c: New test. From-SVN: r180704