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

Konrad Wilhelm Kleine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 4 01:34:14 PDT 2023


kwk created this revision.
kwk added a reviewer: nikic.
Herald added subscribers: pmatos, asb, StephenFan, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a reviewer: bollu.
Herald added a project: All.
kwk requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Similarly to D158861 <https://reviews.llvm.org/D158861> I'm moving the `CreateFree` method from `CallInst` to `IRBuilderBase`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D159418

Files:
  llvm/examples/BrainF/BrainF.cpp
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/Instructions.h
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/IRBuilder.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  polly/lib/CodeGen/IslNodeBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159418.555682.patch
Type: text/x-patch
Size: 8159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230904/f502ca93/attachment.bin>


More information about the llvm-commits mailing list