Displaying 2 results from an estimated 2 matches for "120f3305".
2013 Feb 09
0
[LLVMdev] C-to-PTX compilation issues
...> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130209/120f3305/attachment.html>
2013 Feb 09
2
[LLVMdev] C-to-PTX compilation issues
Hi all,
i'm trying to compile some small ANSI C benchmarks to PTX assembly.
For this purpose, I'm using the NVPTX backend, introduced in the LLVM
3.2 release.
It appears that certain LLVM constructs cannot be compiled to PTX. The
problems mostly deal with handling of arrays. I also don't get any
debug info when these problems.
I use "llc" for compiling regular .ll