[LLVMdev] llvm.memcpy intrinsics.

sanjiv gupta sanjiv.gupta at microchip.com
Wed Jul 15 23:43:19 PDT 2009


clang generates llvm.memcpy.* intrinsics for our port.
Now we are linking a .bc version of the standard library. Do we have to
include a version of these intrinsics in the .bc librrary? If yes, do we
have some already written version?

Or do we have to leave them for llc to convert them in to memcpy and
then provide an binary version of lib with these functions ?

- Sanjiv





More information about the llvm-dev mailing list