search for: fe1e6b8c

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

2012 May 08
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...does solve this problem, but at the cost of too much ambiguity. > > -Dave > -- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120508/fe1e6b8c/attachment.html>
2012 May 08
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Tobias Grosser <tobias at grosser.es> writes: > So why the intrinsic? I want to create the PTX string from an LLVM-IR > optimizer pass, that should be loaded into clang, dragonegg, opt, .. You want to codegen in the optimizer? I'm confused. > An LLVM-IR optimizer pass does not have access to the file system and > it can not link to the LLVM back ends to directly create