[all-commits] [llvm/llvm-project] 5bd1b9: Move CallInst::CreateFree to IRBuilderBase
Konrad Kleine via All-commits
all-commits at lists.llvm.org
Tue Sep 19 03:04:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bd1b93cb2208c8889c8ca7283499d40aaf06e39
https://github.com/llvm/llvm-project/commit/5bd1b93cb2208c8889c8ca7283499d40aaf06e39
Author: Konrad Kleine <kkleine at redhat.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M llvm/examples/BrainF/BrainF.cpp
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
M polly/lib/CodeGen/IslNodeBuilder.cpp
Log Message:
-----------
Move CallInst::CreateFree to IRBuilderBase
Similarly to D158861 I'm moving the `CreateFree` method from `CallInst` to `IRBuilderBase`.
Differential Revision: https://reviews.llvm.org/D159418
More information about the All-commits
mailing list