[PATCH] D18470: [OPENMP] Remove unnecessary code generation of firstprivate clause for target directive in nvptx

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 20:10:10 PDT 2016


ABataev added a comment.

Update patch to the latest version. It is not allowed to override CodeGen sequemces in runtime. They must be universal and all must be defined in CGStmtOpenMP.cpp only


Repository:
  rL LLVM

http://reviews.llvm.org/D18470





More information about the cfe-commits mailing list