[PATCH] D13606: [Introduction] Redundant load reduction with invariant intrinsics
Larisse Voufo via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 14:08:00 PDT 2015
lvoufo created this revision.
lvoufo added reviewers: chandlerc, dberlin, majnemer, nlewycky.
lvoufo added a subscriber: llvm-commits.
Based on the design doc at https://docs.google.com/a/google.com/document/d/1vtoMypqHjkUle8KldKWYYwJF750KkYnEKffQKoYs6jo/edit?usp=sharing, it handles non-member C++ const objects.
Extensions are discussed in the design doc and will be submitted separately.
http://reviews.llvm.org/D13606
Files:
include/llvm/IR/GlobalVariable.h
include/llvm/IR/Instructions.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/Loads.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/IR/Globals.cpp
lib/IR/Instructions.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Scalar/GVN.cpp
test/Transforms/LoadElim/global-local-vars.ll
test/Transforms/LoadElim/global-vars.ll
test/Transforms/LoadElim/local-vars.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13606.36989.patch
Type: text/x-patch
Size: 79210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151009/269c480f/attachment.bin>
More information about the llvm-commits
mailing list