[PATCH] D144970: [llvm-c] Remove bindings for creating legacy passes

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 13:01:13 PST 2023


nikic added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/IPO.cpp:33
 
 void LLVMInitializeIPO(LLVMPassRegistryRef R) {
   initializeIPO(*unwrap(R));
----------------
aeubanks wrote:
> all of these initialize functions should also be deleted (everything in Initialization.h)
Isn't it necessary to still call initialization functions for passes used in the codegen pipeline?


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

https://reviews.llvm.org/D144970



More information about the llvm-commits mailing list