If you need to turn OpenMP code into LLVM IR, this can be done with dragonegg (gcc lowers OpenMP constructs before the conversion from gimple to LLVM IR occurs).
Type: Posts; User: baldrick; Keyword(s):
If you need to turn OpenMP code into LLVM IR, this can be done with dragonegg (gcc lowers OpenMP constructs before the conversion from gimple to LLVM IR occurs).
I noticed from the screenshot that the linux kernel failed to compile because dragonegg does not support "asm goto" (asm goto is a fairly new gcc feature that allows inline assembler to change...