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