mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65e0a4d4da
commit
2f39336782
@ -9879,10 +9879,10 @@ generated for this intrinsic, and instructions that contribute only to the
|
||||
provided condition are not used for code generation. If the condition is
|
||||
violated during execution, the behavior is undefined.
|
||||
|
||||
Please note that optimizer might limit the transformations performed on values
|
||||
Note that the optimizer might limit the transformations performed on values
|
||||
used by the ``llvm.assume`` intrinsic in order to preserve the instructions
|
||||
only used to form the intrinsic's input argument. This might prove undesirable
|
||||
if the extra information provided by the ``llvm.assume`` intrinsic does cause
|
||||
if the extra information provided by the ``llvm.assume`` intrinsic does not cause
|
||||
sufficient overall improvement in code quality. For this reason,
|
||||
``llvm.assume`` should not be used to document basic mathematical invariants
|
||||
that the optimizer can otherwise deduce or facts that are of little use to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user