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]

[GCC RFC]Expensive internal function calls.


Hi,
As a followup patch for fix to PR81832, this patch considers internal function call to
IFN_LOOP_DIST_ALIAS and IFN_LOOP_VECTORIZED as expensive.  Or interpreted
in another way: return false since we shouldn't be asked the question?  Any comments?
BTW, I have no problem to drop this if not appropriate.

Thanks,
bin
2017-08-16  Bin Cheng  <bin.cheng@arm.com>

	* gimple.c (gimple_inexpensive_call_p): Consider IFN_LOOP_DIST_ALIAS
	and IFN_LOOP_VECTORIZED as expensive calls.

Attachment: expensive-ifn-calls.txt
Description: expensive-ifn-calls.txt


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