Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions llvm/docs/GlobalISel/GenericOpcode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,15 @@ An alignment value of `0` or `1` means no specific alignment.

%8:_(p0) = G_DYN_STACKALLOC %7(s64), 32

G_FREEZE
^^^^^^^^

G_FREEZE is used to stop propagation of undef and poison values.

.. code-block:: none

%1:_(s32) = G_FREEZE %0(s32)

Optimization Hints
------------------

Expand Down
Loading