Skip to content

Commit dda0486

Browse files
authored
[MLIR] Update broken link in LangRef.md (#170938)
Noticed the link was dead when reading the docs. According to the wayback machine, it was a link to "Revisiting Out-of-SSA Translation for Correctness, Code Quality, and Efficiency" by Boissinot et al., so providing a more permanent link.
1 parent 9dc8cae commit dda0486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/LangRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ func.func @simple(i64, i1) -> i64 {
424424
**Context:** The "block argument" representation eliminates a number of special
425425
cases from the IR compared to traditional "PHI nodes are operations" SSA IRs
426426
(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)
427+
[parallel copy semantics](https://ieeexplore.ieee.org/document/4907656)
428428
of SSA is immediately apparent, and function arguments are no longer a special
429429
case: they become arguments to the entry block
430430
[[more rationale](Rationale/Rationale.md/#block-arguments-vs-phi-nodes)]. Blocks

0 commit comments

Comments
 (0)