[PATCH] D31261: [IR] De-virtualize ~Value to save a vptr
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 12:19:35 PDT 2017
rnk updated this revision to Diff 99337.
rnk marked an inline comment as done.
rnk added a comment.
- Address Chandler's comments
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.99337.patch
Type: text/x-patch
Size: 54937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170517/17b1dcc1/attachment.bin>
More information about the llvm-commits
mailing list