llvm-project/llvm/test/Bindings/OCaml
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
..
Utils
.ocamlformat
analysis.ml
bitreader.ml
bitwriter.ml
core.ml [IR] Remove support for float binop constant expressions 2022-07-12 09:40:49 +02:00
debuginfo.ml [llvm-ocaml] Add LLVMBuildCall2 binding 2022-06-02 10:36:00 +02:00
diagnostic_handler.ml
executionengine.ml [llvm-ocaml] Add LLVMBuildCall2 binding 2022-06-02 10:36:00 +02:00
ext_exc.ml
ipo.ml [ArgPromotion] Remove legacy PM support 2022-06-27 09:42:17 +02:00
irreader.ml
linker.ml
lit.local.cfg
passmgr_builder.ml
scalar_opts.ml [OCaml] Remove add_loop_unswitch use in test. 2022-04-29 11:09:51 +01:00
target.ml
transform_utils.ml
vectorize.ml