mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 23:13:59 +08:00
26d239c293400a783cfb07a2aa85a9d3e7f78c2b
When a tls access is optimized, a group of relocations is converted at a time. We were already skipping relocations that were optimized out in relocate, but not in scanRelocs. This is a small optimization. I got here while working on a patch that will always keep scanRelocs and relocate in sync. llvm-svn: 264048
…
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%