summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-01-24 15:45:27 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2022-01-24 20:37:54 -0500
commit5eb49009ebe6f1672e6c72f8ea1fe07d4018f682 (patch)
tree0d09760822d76ca4d86812c351a5b6c4ae15d79c /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent06cfdd5224bf5496e3d3dbdb9f73e77161ad5438 (diff)
[OpenMP] Add more identifier to created shared globals
Currenly we push some variables to a global constant containing shared memory as an optimization. This generated constant had internal linkage and should not have collided with any known identifiers in the translation unit. However, there have been observed cases of this optimiztaion unintentionally colliding with undocumented PTX identifiers. This patch adds a suffix to the created globals to hopefully bypass this. Depends on D118059 Reviewed By: tianshilei1992 Differential Revision: https://reviews.llvm.org/D118068
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions