1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/bindings/ocaml/llvm
Zhengyang Liu f2658edb7a 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
..
CMakeLists.txt
llvm_ocaml.c Adding PoisonValue for representing poison value explicitly in IR 2020-11-25 17:33:51 -07:00
llvm.ml Adding PoisonValue for representing poison value explicitly in IR 2020-11-25 17:33:51 -07:00
llvm.mli Adding PoisonValue for representing poison value explicitly in IR 2020-11-25 17:33:51 -07:00
META.llvm.in