[PATCH] D31261: [IR] De-virtualize ~Value to save a vptr

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 10:37:43 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303362: [IR] De-virtualize ~Value to save a vptr (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D31261?vs=99451&id=99462#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31261

Files:
  llvm/trunk/include/llvm/Analysis/MemorySSA.h
  llvm/trunk/include/llvm/IR/Argument.h
  llvm/trunk/include/llvm/IR/BasicBlock.h
  llvm/trunk/include/llvm/IR/Constant.h
  llvm/trunk/include/llvm/IR/Constants.h
  llvm/trunk/include/llvm/IR/DerivedUser.h
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/include/llvm/IR/GlobalValue.h
  llvm/trunk/include/llvm/IR/GlobalVariable.h
  llvm/trunk/include/llvm/IR/InlineAsm.h
  llvm/trunk/include/llvm/IR/InstrTypes.h
  llvm/trunk/include/llvm/IR/Instruction.def
  llvm/trunk/include/llvm/IR/Instruction.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/include/llvm/IR/Metadata.h
  llvm/trunk/include/llvm/IR/OperandTraits.h
  llvm/trunk/include/llvm/IR/Operator.h
  llvm/trunk/include/llvm/IR/User.h
  llvm/trunk/include/llvm/IR/Value.def
  llvm/trunk/include/llvm/IR/Value.h
  llvm/trunk/lib/Analysis/MemorySSA.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Reader/ValueList.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/IR/Constants.cpp
  llvm/trunk/lib/IR/ConstantsContext.h
  llvm/trunk/lib/IR/Function.cpp
  llvm/trunk/lib/IR/InlineAsm.cpp
  llvm/trunk/lib/IR/Instruction.cpp
  llvm/trunk/lib/IR/Instructions.cpp
  llvm/trunk/lib/IR/LLVMContextImpl.cpp
  llvm/trunk/lib/IR/User.cpp
  llvm/trunk/lib/IR/Value.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  llvm/trunk/lib/Transforms/Scalar/GVN.cpp
  llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
  llvm/trunk/lib/Transforms/Scalar/Reassociate.cpp
  llvm/trunk/lib/Transforms/Scalar/SROA.cpp
  llvm/trunk/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  llvm/trunk/lib/Transforms/Utils/CloneFunction.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/trunk/unittests/IR/ConstantsTest.cpp
  llvm/trunk/unittests/IR/InstructionsTest.cpp
  llvm/trunk/unittests/IR/MetadataTest.cpp
  llvm/trunk/unittests/Transforms/Utils/Cloning.cpp
  polly/trunk/lib/CodeGen/BlockGenerators.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31261.99462.patch
Type: text/x-patch
Size: 55877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/c4b66dec/attachment-0001.bin>


More information about the llvm-commits mailing list