We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb237d commit ace23d2Copy full SHA for ace23d2
mlir/docs/LangRef.md
@@ -424,7 +424,7 @@ func.func @simple(i64, i1) -> i64 {
424
**Context:** The "block argument" representation eliminates a number of special
425
cases from the IR compared to traditional "PHI nodes are operations" SSA IRs
426
(like LLVM). For example, the
427
-[parallel copy semantics](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.524.5461&rep=rep1&type=pdf)
+[parallel copy semantics](https://ieeexplore.ieee.org/document/4907656)
428
of SSA is immediately apparent, and function arguments are no longer a special
429
case: they become arguments to the entry block
430
[[more rationale](Rationale/Rationale.md/#block-arguments-vs-phi-nodes)]. Blocks
0 commit comments