[PATCH] D159418: Move CallInst::CreateFree to IRBuilderBase
Konrad Wilhelm Kleine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 02:07:20 PDT 2023
kwk updated this revision to Diff 557016.
kwk added a comment.
- Rebase
- Insert at `endbb->end()` as before.
- Remove left-over declarations of `CreateFree`
- Format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159418/new/
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.557016.patch
Type: text/x-patch
Size: 8647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230919/7506b306/attachment.bin>
More information about the llvm-commits
mailing list