Content deleted Content added
No edit summary |
No edit summary |
||
Line 119:
===Block arguments===
Block arguments are an alternative to Φ functions that is representationally identical but in practice can be more convenient during optimization. Blocks are named and take a list of block arguments, notated as function parameters. When calling a block the block arguments are bound to specified values. [[Swift
==Converting out of SSA form==
|