llvm-project/llvm/lib/Bitcode
Zhengyang Liu 75f50e15bf Adding PoisonValue for representing poison value explicitly in IR
Define ConstantData::PoisonValue.
Add support for poison value to LLLexer/LLParser/BitcodeReader/BitcodeWriter.
Add support for poison value to llvm-c interface.
Add support for poison value to OCaml binding.
Add m_Poison in PatternMatch.

Differential Revision: https://reviews.llvm.org/D71126
2020-11-25 17:33:51 -07:00
..
Reader Adding PoisonValue for representing poison value explicitly in IR 2020-11-25 17:33:51 -07:00
Writer Adding PoisonValue for representing poison value explicitly in IR 2020-11-25 17:33:51 -07:00
CMakeLists.txt