mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
don't duplicate information, particularly when it's out of date!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d5857e139
commit
590cff389d
@ -2328,12 +2328,8 @@ function. Additionally, because intrinsic functions are part of the LLVM
|
||||
language, it is required that they all be documented here if any are added.</p>
|
||||
|
||||
|
||||
<p>
|
||||
Adding an intrinsic to LLVM is straight-forward if it is possible to express the
|
||||
concept in LLVM directly (ie, code generator support is not _required_). To do
|
||||
this, extend the default implementation of the IntrinsicLowering class to handle
|
||||
the intrinsic. Code generators use this class to lower intrinsics they do not
|
||||
understand to raw LLVM instructions that they do.
|
||||
<p>To learn how to add an intrinsics, please see the <a
|
||||
href="ExtendingLLVM.html">Extending LLVM Guide</a>.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user