Displaying 2 results from an estimated 2 matches for "librrary".
Did you mean:
library
2019 Mar 26
2
ORC JIT fails with standard math librrary
Hi,
I still can't get IR functions to JIT compile with the ORC JIT when they
contain a call to the standard math library. Attached is a minimal exploit.
The program uses the KaleidoscopeJIT.h that ships with LLVM 8 (except
that I had to expose the Datalayout). It reads from the filesystem an IR
file (filename "func_works.ll" or "func_cos_fails.ll) and asks the ORC
JIT
2009 Jul 16
2
[LLVMdev] llvm.memcpy intrinsics.
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