[PATCH] D52212: [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs
whitequark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 18:44:59 PDT 2018
whitequark requested changes to this revision.
whitequark added inline comments.
This revision now requires changes to proceed.
================
Comment at: bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml:124
= "llvm_add_basic_alias_analysis"
+external add_merge_return
+ : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
----------------
Shouldn't this function be called the same way it's called in C API and `opt -help`? Otherwise it's confusing.
Repository:
rL LLVM
https://reviews.llvm.org/D52212
More information about the llvm-commits
mailing list