[llvm] 71ab0dc - [docs] Fix goo.gl link in comment for 'Straight-line scalar optimizations' paper
Sam James via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 17:12:32 PDT 2024
Author: Sam James
Date: 2024-07-19T01:12:28+01:00
New Revision: 71ab0dc6f02b7fd07de272dfcd67ccdb2399ab4f
URL: https://github.com/llvm/llvm-project/commit/71ab0dc6f02b7fd07de272dfcd67ccdb2399ab4f
DIFF: https://github.com/llvm/llvm-project/commit/71ab0dc6f02b7fd07de272dfcd67ccdb2399ab4f.diff
LOG: [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: https://github.com/llvm/llvm-project/issues/99586
Added:
Modified:
llvm/docs/CompileCudaWithLLVM.rst
Removed:
################################################################################
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst
index 0371d7a3bdfcb..1b1a27255cc40 100644
--- a/llvm/docs/CompileCudaWithLLVM.rst
+++ b/llvm/docs/CompileCudaWithLLVM.rst
@@ -514,7 +514,7 @@ Modern CPUs and GPUs are architecturally quite
diff erent, so code that's fast
on a CPU isn't necessarily fast on a GPU. We've made a number of changes to
LLVM to make it generate good GPU code. Among these changes are:
-* `Straight-line scalar optimizations <https://goo.gl/4Rb9As>`_ -- These
+* `Straight-line scalar optimizations <https://docs.google.com/document/d/1momWzKFf4D6h8H3YlfgKQ3qeZy5ayvMRh6yR-Xn2hUE>`_ -- These
reduce redundancy within straight-line code.
* `Aggressive speculative execution
More information about the llvm-commits
mailing list