Files
clang-p2996/llvm/test/CodeGen/NVPTX
Jeffrey Sandoval 6555c47448 [OpenMP][NVPTX] Handle additional invalid PTX characters
For OpenMP offload, Clang emits global symbols containing the string
'<captured>', which contains characters that are invalid in PTX.
Extend the existing pass that replaces '.'  and '@' characters with
'_$_' to also replace '<' and '>' characters.

Reviewed By: cchen

Differential Revision: https://reviews.llvm.org/D154241
2023-06-30 14:58:37 -05:00
..
2023-06-28 11:57:13 -07:00
2022-12-28 21:45:51 +03:00