Conditional execution over emit_move_insn
Wojciech Migda
wojtek.golf@interia.pl
Tue Feb 11 21:04:00 GMT 2014
Hello,
> I'd like to hardcode conditional execution of emit_move_insn based on the predicate checking that the address in the destination argument is non-NULL.
> The platform supports conditional execution, but doesn't have explicitly defined conditional moves (target=tic6x).
> I have already tried to find any look-alike pieces in the gcc code tree but without success - I am new here.
> As for the background - I am trying to work around the bug I submitted (id=60123) before there's an official patch for it available.
I have figured this out on my own. Please disregard.
With best,
Wojciech
More information about the Gcc
mailing list