[llvm] Linker: Remove dropTriviallyDeadConstantArrays(). (PR #137081)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 28 07:30:48 PDT 2025


https://github.com/teresajohnson approved this pull request.

This seems like the wrong place to do this optimization anyway - is there no optimization pass that removes dead constant arrays, e.g. GlobalDCE?

https://github.com/llvm/llvm-project/pull/137081


More information about the llvm-commits mailing list