[LLVMdev] Support for per-loop pragma

Chris Lattner clattner at apple.com
Fri Jun 11 14:27:42 PDT 2010


On Jun 2, 2010, at 2:07 PM, Junjie Gu wrote:

> If LLVM would like to support OpenMP pragma in the future,  not sure
> if attaching metadata to instructions is still a good choice.

FYI, LLVM already supports OpenMP with the llvm-gcc frontend.  Lowering OpenMP is a job for the frontend to do.

-Chris



More information about the llvm-dev mailing list