search for: c731ac7f

Displaying 2 results from an estimated 2 matches for "c731ac7f".

2012 Jul 26
0
[LLVMdev] [PROPOSAL] LLVM multi-module support
"Dmitry N. Mikushin" <maemarcus at gmail.com> writes: > Proposal made by Tobias is very elegant, but it seems to be addressing > the case when host and sub-architectures' code exist in the same time. I don't know why that would have to be the case. Couldn't your accelerator backend simply read in the proposed IR string and optimize/codegen it? > May I
2012 Jul 26
7
[LLVMdev] [PROPOSAL] LLVM multi-module support
In our project we combine regular binary code and LLVM IR code for kernels, embedded as a special data symbol of ELF object. The LLVM IR for kernel existing at compile-time is preliminary, and may be optimized further during runtime (pointers analysis, polly, etc.). During application startup, runtime system builds an index of all kernels sources embedded into the executable. Host and kernel code