mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 06:04:58 +00:00
[Docs] Fix LangRef links referred in GetElementPtr.rst
Patch by chenwj! Differential Revision: https://reviews.llvm.org/D32929 llvm-svn: 303499
This commit is contained in:
parent
8963650cfa
commit
7533ac180c
@ -9,10 +9,11 @@ Introduction
|
|||||||
============
|
============
|
||||||
|
|
||||||
This document seeks to dispel the mystery and confusion surrounding LLVM's
|
This document seeks to dispel the mystery and confusion surrounding LLVM's
|
||||||
`GetElementPtr <LangRef.html#i_getelementptr>`_ (GEP) instruction. Questions
|
`GetElementPtr <LangRef.html#getelementptr-instruction>`_ (GEP) instruction.
|
||||||
about the wily GEP instruction are probably the most frequently occurring
|
Questions about the wily GEP instruction are probably the most frequently
|
||||||
questions once a developer gets down to coding with LLVM. Here we lay out the
|
occurring questions once a developer gets down to coding with LLVM. Here we lay
|
||||||
sources of confusion and show that the GEP instruction is really quite simple.
|
out the sources of confusion and show that the GEP instruction is really quite
|
||||||
|
simple.
|
||||||
|
|
||||||
Address Computation
|
Address Computation
|
||||||
===================
|
===================
|
||||||
@ -429,7 +430,8 @@ because LLVM has no restrictions on mixing types in addressing, loads or stores.
|
|||||||
|
|
||||||
LLVM's type-based alias analysis pass uses metadata to describe a different type
|
LLVM's type-based alias analysis pass uses metadata to describe a different type
|
||||||
system (such as the C type system), and performs type-based aliasing on top of
|
system (such as the C type system), and performs type-based aliasing on top of
|
||||||
that. Further details are in the `language reference <LangRef.html#tbaa>`_.
|
that. Further details are in the
|
||||||
|
`language reference <LangRef.html#tbaa-metadata>`_.
|
||||||
|
|
||||||
What happens if a GEP computation overflows?
|
What happens if a GEP computation overflows?
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user