[pypy-dev] Re: [pypy-svn] r13583 - in pypy/dist/pypy/translator/llvm2: . test

Armin Rigo arigo at tunes.org
Sun Jun 19 12:20:10 CEST 2005


Hi,

On Sat, Jun 18, 2005 at 06:28:30PM +0200, cfbolz at codespeak.net wrote:
> - added flow graph transform remove_same_as, because same_as is
>   incompatible with SSA in LLVM.

I'm not sure I see why 'same_as' is incompatible with LLVM?  It's not an
"assignment" operation, it's just an operation that creates a new result
variable just like all the other ones.  The optimization is nice,
though.


A bientot,

Armin



More information about the Pypy-dev mailing list