llvm-project/llvm/lib/Bitcode/Writer
Nikita Popov 40d7d2ed66 [Bitcode] Check for live uses of llvm.cmdline/embedded.module
The one use check here is very misleading: At this point we should
actually have no uses, because the only possible use in llvm.used
was already dropped. But because the use in llvm.used is generally
bitcasted, we end up still having one dead use here.

What we actually want to check is that there are no live uses, for
which a helper has recently been added.
2022-03-23 15:39:39 +01:00
..
BitWriter.cpp
BitcodeWriter.cpp [Bitcode] Check for live uses of llvm.cmdline/embedded.module 2022-03-23 15:39:39 +01:00
BitcodeWriterPass.cpp
CMakeLists.txt [LLVM] Resolve layer violation in BitcodeWriter 2022-01-31 19:01:08 -05:00
ValueEnumerator.cpp [Bitcode] Enumerate constexpr GEP source element type in initializer 2022-03-11 16:38:58 +01:00
ValueEnumerator.h [Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refs 2021-04-22 12:03:33 +01:00