[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 09:56:39 PDT 2017


rnk updated this revision to Diff 99451.
rnk added a comment.

- Adjust access specifiers


https://reviews.llvm.org/D31261

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

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


More information about the llvm-commits mailing list