[PATCH] D144741: [OCaml] Completely remove legacy SCCP pass

Alan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 09:44:58 PST 2023


alan added a comment.

Ok. However, I think this patch should be trivial to land on main, and getting rid of all the legacy passes in one go can be another patch. I would prefer if the OCaml bindings were not broken on main, because I have another patch (https://reviews.llvm.org/D136400) that needs to be rebased, and I can't rebase on a broken build.

As someone who doesn't follow the C API, where can I find out information about which passes are to be removed? Recently there's been some churn and I've frequently had to rebase my other patch. I would like to know how I could be more involved in C API changes and how they interact with the OCaml bindings.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144741/new/

https://reviews.llvm.org/D144741



More information about the llvm-commits mailing list