[OPENMP]Do no privatize const firstprivates in target regions.
No need to emit private copyfor firstprivate constants in target regions, we can use the original copy instead. Differential Revision: https://reviews.llvm.org/D105647
Loading
Please sign in to comment