Skip to content

Commit 71ab0dc

Browse files
committed
[docs] Fix goo.gl link in comment for 'Straight-line scalar optimizations' paper
goo.gl is going away: https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/ Fix goo.gl link from: - https://goo.gl/4Rb9As + https://docs.google.com/document/d/1momWzKFf4D6h8H3YlfgKQ3qeZy5ayvMRh6yR-Xn2hUE Committed as obvious. Bug: #99586
1 parent 9e4c236 commit 71ab0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CompileCudaWithLLVM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ Modern CPUs and GPUs are architecturally quite different, so code that's fast
514514
on a CPU isn't necessarily fast on a GPU. We've made a number of changes to
515515
LLVM to make it generate good GPU code. Among these changes are:
516516

517-
* `Straight-line scalar optimizations <https://goo.gl/4Rb9As>`_ -- These
517+
* `Straight-line scalar optimizations <https://docs.google.com/document/d/1momWzKFf4D6h8H3YlfgKQ3qeZy5ayvMRh6yR-Xn2hUE>`_ -- These
518518
reduce redundancy within straight-line code.
519519

520520
* `Aggressive speculative execution

0 commit comments

Comments
 (0)