mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
36ed673592
- ``externally_initialized`` variables would be initialized or modified elsewhere. Particularly, CUDA or HIP may have host code to initialize or modify ``externally_initialized`` device variables, which may not be explicitly referenced on the device side but may still be used through the host side interfaces. Not preserving them triggers the elimination of them in the GlobalDCE and breaks the user code. Reviewed By: yaxunl Differential Revision: https://reviews.llvm.org/D105135 |
||
---|---|---|
.. | ||
2009-01-05-InternalizeAliases.ll | ||
apifile | ||
comdat.ll | ||
externally-initialized.ll | ||
lists.ll | ||
local-visibility.ll | ||
stackguard.ll | ||
used.ll | ||
vcall-visibility.ll |