[PATCH] D134816: [OpenMP] Account for the possibility of multiple target regions per line

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 23:23:48 PDT 2022


jdoerfert added inline comments.


================
Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:4879
+  if (Count)
+    OS << "." << Count;
 }
----------------
Wasn't there a problem with `.` in symbols and ptx? Maybe it was a different character. I'd need to find the ... OK, found it: https://reviews.llvm.org/D80439


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

https://reviews.llvm.org/D134816



More information about the llvm-commits mailing list