Walter's talk on D backend
claptrap
clap at trap.com
Tue Sep 24 00:08:03 UTC 2024
On Monday, 23 September 2024 at 22:51:47 UTC, user1234 wrote:
> On Monday, 23 September 2024 at 19:47:52 UTC, claptrap wrote:
>> On Monday, 23 September 2024 at 18:05:34 UTC, user1234 wrote:
>>> [...]
>>
>> You have source code, with variables, each time you assign to
>> a variable it gets a new name, x ==> x0,x1,x2...
>>
>> [...]
>
> Call IR nodes "variables" if you like spreading confusion.
Never seen anyone else call them "nodes" tbh, i'm just using that
terminology to try and communicate with you. The LLVM docs calls
them instructions for example, so yeah technically an instruction
that has a result, and that result represents the *value" of the
variable at that point.
I mean SSA is always presented as a sequence of instructions, not
a tree, so I dont even get why you call them nodes anyway.
*shrug*
More information about the Digitalmars-d
mailing list