Add a new optimization pass: Stack Coloring, that merges disjoint static...
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
Loading
Please register or sign in to comment