[PATCH] D92410: Summary: Fixed a broken link to the 'Widening integer arithmetic' paper in document.

Douglas Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 10:41:40 PST 2020


dougpuob created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
dougpuob requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92410

Files:
  llvm/docs/CodeGenerator.rst


Index: llvm/docs/CodeGenerator.rst
===================================================================
--- llvm/docs/CodeGenerator.rst
+++ llvm/docs/CodeGenerator.rst
@@ -966,7 +966,7 @@
 to more rigorous techniques in the future.  Here are some good papers on the
 subject:
 
-"`Widening integer arithmetic <http://www.eecs.harvard.edu/~nr/pubs/widen-abstract.html>`_" :raw-html:`<br>`
+"`Widening integer arithmetic <https://dash.harvard.edu/handle/1/23017123>`_" :raw-html:`<br>`
 Kevin Redwine and Norman Ramsey :raw-html:`<br>`
 International Conference on Compiler Construction (CC) 2004
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92410.308709.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/a88a1129/attachment.bin>


More information about the llvm-commits mailing list