forked from OSchip/llvm-project
parent
53b4b1846d
commit
aa1b24124e
|
@ -5126,6 +5126,7 @@ another based on aliasing information. This is because invariant.group is tied
|
|||
to the SSA value of the pointer operand.
|
||||
|
||||
.. code-block:: llvm
|
||||
|
||||
%v = load i8, i8* %x, !invariant.group !0
|
||||
; if %x mustalias %y then we can replace the above instruction with
|
||||
%v = load i8, i8* %y
|
||||
|
|
Loading…
Reference in New Issue