Re: Conditional execution over emit_move_insn

2014-02-11 Thread Wojciech Migda
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 alread

Conditional execution over emit_move_insn

2014-02-10 Thread Wojciech Migda
Hi, 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 fi