| commit | 7c277da364716fdfd16d11bcbc26463e8ffe20b1 | [log] [tgz] |
|---|---|---|
| author | Nadav Rotem <nrotem@apple.com> | Thu Sep 06 09:17:37 2012 +0000 |
| committer | Nadav Rotem <nrotem@apple.com> | Thu Sep 06 09:17:37 2012 +0000 |
| tree | bab49595d509de5d7bef3cdd8eecad87f2cfda80 | |
| parent | 34e9931bec0bd85862fb6ed2e14b43cb3e43fe4c [diff] |
Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be disjoint if they are marked by disjoint lifetime markers (@llvm.lifetime.XXX intrinsics). llvm-svn: 163299