llvm-project/llvm/lib/Transforms
Sebastian Pop e1f60b1fb3 MemorySSA: fix memory access local dominance function for live on entry
A memory access defined on function entry cannot be locally dominated by another memory access.
The patch was split from http://reviews.llvm.org/D19338 which exposes the problem.

Differential Revision: http://reviews.llvm.org/D21039

llvm-svn: 272436
2016-06-10 21:36:41 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
IPO Use ProfileSummaryInfo in inline cost analysis. 2016-06-09 22:23:21 +00:00
InstCombine [InstCombine] move fold of select of add/sub to helper function; NFCI 2016-06-08 21:10:01 +00:00
Instrumentation [esan|cfrag] Add the struct field offset array in StructInfo 2016-06-10 02:10:06 +00:00
ObjCARC Form objc_storeStrong in the presence of bitcasts. 2016-05-27 02:13:53 +00:00
Scalar Remove a few gendered pronouns. 2016-06-10 20:06:03 +00:00
Utils MemorySSA: fix memory access local dominance function for live on entry 2016-06-10 21:36:41 +00:00
Vectorize [PM] Port LCSSA to the new PM. 2016-06-09 19:44:46 +00:00
CMakeLists.txt
LLVMBuild.txt