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
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