Unverified Commit d896b1f5 authored by Stefan Pintilie's avatar Stefan Pintilie Committed by GitHub
Browse files

[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.
parent 0ff5281c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment