r236502 - in /trunk/gcc: ChangeLog testsuite/Ch...

prathamesh3492@gcc.gnu.org prathamesh3492@gcc.gnu.org
Fri May 20 09:35:00 GMT 2016


Author: prathamesh3492
Date: Fri May 20 09:35:46 2016
New Revision: 236502

URL: https://gcc.gnu.org/viewcvs?rev=236502&root=gcc&view=rev
Log:
2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	* tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
	(get_vec_alignment_for_array_decl): Likewise.
	(get_vec_alignment_for_record_decl): Likewise.
	(increase_alignment::execute): Move code to find alignment to
	get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
	(type_align_map): New hash_map.

testsuite/
	* gcc.dg/vect/section-anchors-vect-70.c: New test-case.
	* gcc.dg/vect/section-anchors-vect-71.c: Likewise.
	* gcc.dg/vect/section-anchors-vect-72.c: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vectorizer.c



More information about the Gcc-cvs mailing list