On Thu, 26 Mar 2015, Jakub Jelinek wrote:
> Hi!
>
> As discussed earlier, var-tracking assumes no pseudos are in the IL
> at the point it is run, which isn't the case for nvptx.
> While it would be also reasonable to kill debug stmts earlier or
> disable var-tracking, making it clear that var-tra
Hi!
As discussed earlier, var-tracking assumes no pseudos are in the IL
at the point it is run, which isn't the case for nvptx.
While it would be also reasonable to kill debug stmts earlier or
disable var-tracking, making it clear that var-tracking can't handle this
case is IMHO desirable too.
Ok