MergeFunctions and DCE pass are missing from OCaml/C-api. This patch
adds them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65071
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass ClosedPublic Authored by kren1 on Jul 22 2019, 3:18 AM.
Details Summary MergeFunctions and DCE pass are missing from OCaml/C-api. This patch
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 23 2019, 4:08 AM Closed by commit rL373170: [LLVM-C][Ocaml] Add MergeFunctions and DCE pass (authored by hiraditya). · Explain WhySep 29 2019, 9:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222330 llvm/trunk/bindings/ocaml/transforms/ipo/ipo_ocaml.c
llvm/trunk/bindings/ocaml/transforms/ipo/llvm_ipo.ml
llvm/trunk/bindings/ocaml/transforms/ipo/llvm_ipo.mli
llvm/trunk/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml
llvm/trunk/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
llvm/trunk/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
llvm/trunk/include/llvm-c/Transforms/IPO.h
llvm/trunk/include/llvm-c/Transforms/Scalar.h
llvm/trunk/lib/Transforms/IPO/IPO.cpp
llvm/trunk/lib/Transforms/Scalar/Scalar.cpp
|