This is the mail archive of the gcc@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]

Re: PR target/17101: question about powerpc s<cond> expanders


>>>>> Nathan Sidwell writes:

Nathan> that is not what I observe, when I remove the TARGET_POWER check.
Nathan> For instance, V > 55

.sgt:
         cmpwi 7,3,55
         mfcr 3
         rlwinm 3,3,30,1
is that worse than
	li  9,0
	cmpwe 7,3,55
	ble- 7,.skip
	li  9,1
.skip:

	The branch sequence may be better, depending on how well predicted
it is. 

David


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