This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH GCC][OBVIOUS]Fix dump info by reporting malformed loop nest.


Hi,
This is an obvious change to dump message in vect_analyze_loop_2.  Apparently, the wrong message is copies/pasted from another place, the code has nothing to do with function calls or data references.  We should report that loop cannot be vectorized because of malformed loop nest.
Build successfully.  Is it OK?

Thanks,
bin

2016-03-16  Bin Cheng  <bin.cheng@arm.com>

	* tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
	reporting malformed loop nest.

Attachment: dump-msg-for-malformed-loop-nest-20160308.txt
Description: dump-msg-for-malformed-loop-nest-20160308.txt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]