Re: Is there a way to use define_subst when operands need to change modes?

2015-03-02 Thread Ilya Tocar
On 02 Mar 15:22, Kyrill Tkachov wrote: > Hi all, > > I'm looking at using the define_subst machinery to auto-generate > zero-extended > versions of some patterns, for example having: > (set reg:SI > (xor:SI a:SI b:SI)) > > generate a pattern of the form: > (set reg:DI > (zero_extend:DI

Re: [RFC] Offloading Support in libgomp

2013-09-13 Thread Ilya Tocar
Hi, I'm working on dumping gimple for "omp pragma target" stuff into gnu.target_lto_ sections. I've tried to reuse current lto infrastructure as much as possible. Could you please take a look at attached patch? gomp_out.patch Description: Binary data