llvm-project/llvm/bindings/ocaml/llvm
Nikita Popov 4bb7b6fae3 [IR] Remove support for float binop constant expressions
As part of https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179,
this removes support for the floating-point binop constant expressions
fadd, fsub, fmul, fdiv and frem.

As part of this change, the C APIs LLVMConstFAdd, LLVMConstFSub,
LLVMConstFMul, LLVMConstFDiv and LLVMConstFRem are removed.
The LLVMBuild APIs should be used instead.

Differential Revision: https://reviews.llvm.org/D129478
2022-07-12 09:40:49 +02:00
..
CMakeLists.txt
META.llvm.in
llvm.ml [IR] Remove support for float binop constant expressions 2022-07-12 09:40:49 +02:00
llvm.mli [IR] Remove support for float binop constant expressions 2022-07-12 09:40:49 +02:00
llvm_ocaml.c [IR] Remove support for insertvalue constant expression 2022-07-04 09:27:22 +02:00
llvm_ocaml.h [NFC][OCaml] Remove vestigial CAMLprim declarations 2021-04-05 10:55:08 +01:00