public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Conditional execution over emit_move_insn
@ 2014-02-11  0:04 Wojciech Migda
  2014-02-11 21:04 ` Wojciech Migda
  0 siblings, 1 reply; 2+ messages in thread
From: Wojciech Migda @ 2014-02-11  0:04 UTC (permalink / raw)
  To: gcc

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 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 appreciate any help.

Thanks,

Wojciech

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Conditional execution over emit_move_insn
  2014-02-11  0:04 Conditional execution over emit_move_insn Wojciech Migda
@ 2014-02-11 21:04 ` Wojciech Migda
  0 siblings, 0 replies; 2+ messages in thread
From: Wojciech Migda @ 2014-02-11 21:04 UTC (permalink / raw)
  To: gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-11 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11  0:04 Conditional execution over emit_move_insn Wojciech Migda
2014-02-11 21:04 ` Wojciech Migda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).