Re: Unnecessary check on phi node in tree if-conversion?

2016-04-07 Thread Richard Biener
On April 6, 2016 8:21:35 PM GMT+02:00, "Bin.Cheng" wrote: >On Wed, Apr 6, 2016 at 5:07 PM, Bin.Cheng >wrote: >> Hi, >> Function if_convertible_phi_p has below check on virtual PHI nodes: >> >> >> if (any_mask_load_store) >> return true; >> >> /* When there were no if-convertible stores,

Re: Vector registers on MIPS arch

2016-04-07 Thread Ilya Enkovich
2016-04-07 0:49 GMT+03:00 David Guillen Fandos : > > Thanks a lot Ilya! > > I managed to get it working. There were some bugs regarding register > allocation that ended up promoting the class to be BLKmode instead of > V4SFmode. I had to debug it a bit, which is tricky, but in the end I > found my