Skip to content
4 changes: 4 additions & 0 deletions llvm/docs/Reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ LLVM and API reference documentation.
TestingGuide
TransformMetadata
TypeMetadata
UndefinedBehavior
XRay
XRayExample
XRayFDRFormat
Expand Down Expand Up @@ -120,6 +121,9 @@ LLVM IR
Defines the LLVM intermediate representation and the assembly form of the
different nodes.

:doc:`Undefined Behavior (UB) <UndefinedBehavior>`
A guide on what UB/undef/poison are and when to use each one.

:doc:`InAlloca`
Description of the ``inalloca`` argument attribute.

Expand Down
Loading
Loading