Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add address space mangling to lifetime intrinsics | Matt Arsenault | 2017-04-10 | 1 | -4/+4 |
| | | | | | | In preparation for allowing allocas to have non-0 addrspace. llvm-svn: 299876 | ||||
* | [PM] Teach LVI to correctly invalidate itself when its dependencies | Chandler Carruth | 2017-01-23 | 1 | -0/+64 |
become unavailable. The AssumptionCache is now immutable but it still needs to respond to DomTree invalidation if it ended up caching one. This lets us remove one of the explicit invalidates of LVI but the other one continues to avoid hitting a latent bug. llvm-svn: 292769 |