Files
clang-p2996/llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp
Stefan Pintilie d896b1f5a6 [PowerPC] Do not string pool globals that are part of llvm used. (#66848)
The string pooling pass was incorrectly pooling global varables that
were part of llvm.used or llvm.compiler.used. This patch fixes the pass
to prevent that by checking each candidate to make sure that it is not
in either of those lists.
2023-11-24 12:21:28 -05:00

13 KiB