llvm-project/llvm/lib/Bitcode/Reader
Nikita Popov 1271b8f57a [Bitcode] Restore bitcast expression auto-upgrade
Restore the autoupgrade from bitcast to ptrtoint+inttoptr, which
was lost as part of D127729.

This fixes the backwards compatibility issue noted in:
https://reviews.llvm.org/D127729#inline-1236519
2022-06-29 14:35:56 +02:00
..
BitReader.cpp Cleanup LLVMBitcode headers 2022-02-07 21:19:22 +01:00
BitcodeAnalyzer.cpp Don't use Optional::hasValue (NFC) 2022-06-20 20:17:57 -07:00
BitcodeReader.cpp [Bitcode] Restore bitcast expression auto-upgrade 2022-06-29 14:35:56 +02:00
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
MetadataLoader.cpp [Bitcode] Support expanding constant expressions into instructions 2022-06-28 11:09:46 +02:00
MetadataLoader.h Cleanup LLVMBitcode headers 2022-02-07 21:19:22 +01:00
ValueList.cpp [Bitcode] Support expanding constant expressions into instructions 2022-06-28 11:09:46 +02:00
ValueList.h [ValueList] Include Error.h (NFC) 2022-06-28 13:26:20 +02:00