Content deleted Content added
m →History: Fix incorrect word order. The cited source uses the order "static single assigmnent"; see heading 2.2 for example |
→Block arguments: mention MLton uses BBA, link MLIR |
||
Line 123:
===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. [[MLton]], [[Swift (programming language)|Swift
==Converting out of SSA form==
|