Displaying 2 results from an estimated 2 matches for "adityaavinash1".
2015 May 14
5
[LLVMdev] Generating C code using LLVM
Hi,
I am trying to use LLVM to generate C (partly, Intel AVX) code to test some
abstractions. Apparently, most of the documentation is related to
generating LLVM-IR. Are there any tools to do this? (I have generated AST
from these abstractions. I want to generate C code from it).
Thank you! :)
PS: If this is a wrong mailinglist, help me with the right one.
--
Regards,
*Aditya Atluri,*
*USA.*
2015 May 14
2
[LLVMdev] Generating C code using LLVM
...to try). I don't want to
generate IR as it is hard to read whether the C output is exactly what I
meant to write.
>
> Afaict, LLVM won't generate C source code tho'.
>
Oh. No chance?
Thank you! :)
>
> ---
> Mats
>
> On 14 May 2015 at 20:44, Aditya Avinash <adityaavinash1 at gmail.com> wrote:
>
>> Hi,
>> I am trying to use LLVM to generate C (partly, Intel AVX) code to test
>> some abstractions. Apparently, most of the documentation is related to
>> generating LLVM-IR. Are there any tools to do this? (I have generated AST
>> from...