[PATCH] D159418: Move CallInst::CreateFree to IRBuilderBase

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 01:54:04 PDT 2023


nikic added inline comments.


================
Comment at: llvm/include/llvm/IR/Instructions.h:1637
                                  ArrayRef<OperandBundleDef> Bundles,
                                  Instruction *InsertBefore);
 
----------------
Should also remove the three CreateFree declarations above.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159418



More information about the llvm-commits mailing list