MergeFunctions and DCE pass are missing from OCaml/C-api. This patch
adds them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 35452 Build 35451: arc lint + arc unit
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 211043 bindings/ocaml/transforms/ipo/ipo_ocaml.c
bindings/ocaml/transforms/ipo/llvm_ipo.ml
bindings/ocaml/transforms/ipo/llvm_ipo.mli
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
include/llvm-c/Transforms/IPO.h
include/llvm-c/Transforms/Scalar.h
lib/Transforms/IPO/IPO.cpp
lib/Transforms/Scalar/Scalar.cpp
|