[PATCH] D76269: [opaque pointer types] Remove deprecated Instruction/IRBuilder APIs.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 22:45:15 PDT 2020


efriedma created this revision.
efriedma added reviewers: nhaehnle, t.p.northover, dblaikie.
Herald added a reviewer: bollu.
Herald added subscribers: cfe-commits, jfb.
Herald added a project: clang.

Removes deprecated overloads of LoadInst constructor, CallInst::Create, InvokeInst::Create, IRBuilder::CreateCall, IRBuilder::CreateInvoke. (Leaving around deprecated IRBuilder::CreateLoad for now.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76269

Files:
  clang/lib/CodeGen/CGCleanup.cpp
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/Instructions.h
  llvm/tools/llvm-stress/llvm-stress.cpp
  polly/include/polly/CodeGen/LoopGenerators.h
  polly/include/polly/CodeGen/LoopGeneratorsGOMP.h
  polly/include/polly/CodeGen/LoopGeneratorsKMP.h
  polly/lib/CodeGen/LoopGeneratorsGOMP.cpp
  polly/lib/CodeGen/LoopGeneratorsKMP.cpp
  polly/lib/Transform/RewriteByReferenceParameters.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76269.250694.patch
Type: text/x-patch
Size: 15235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200317/2260ae3b/attachment.bin>


More information about the llvm-commits mailing list