[Openmp-commits] [PATCH] D62397: [OPENMP][NVPTX]Relax flush directive.

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri May 31 15:22:28 PDT 2019


grokos added inline comments.


================
Comment at: libomptarget/deviceRTLs/nvptx/test/parallel/flush.c:28
+      // CHECK: data=42.
+      /* Values data will be 42, value of flag still undefined */
+      printf("data=%d.\n", data);
----------------
"Values" --> "Value of data". Also, why is the value of "flag" undefined at this point?


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62397/new/

https://reviews.llvm.org/D62397





More information about the Openmp-commits mailing list