Re: RTL Conditional and Call

2011-12-30 Thread Matt Davis
On Sat, Dec 31, 2011 at 12:51 AM, Alexander Monakov wrote: > > > On Sat, 31 Dec 2011, Matt Davis wrote: > >> Hi, >> I am having an RTL problem trying to make a function call from a >> COND_EXEC rtx.  The reload pass has been called, and very simply I >> want to compare on an 64bit x86 %rdx with a

Re: RTL Conditional and Call

2011-12-30 Thread Alexander Monakov
On Sat, 31 Dec 2011, Matt Davis wrote: > Hi, > I am having an RTL problem trying to make a function call from a > COND_EXEC rtx. The reload pass has been called, and very simply I > want to compare on an 64bit x86 %rdx with a specific integer value, > and if that value is true, my function call

RTL Conditional and Call

2011-12-30 Thread Matt Davis
Hi, I am having an RTL problem trying to make a function call from a COND_EXEC rtx. The reload pass has been called, and very simply I want to compare on an 64bit x86 %rdx with a specific integer value, and if that value is true, my function call executes. I can call the function fine outside of