Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MemorySSA: Move to Analysis, from Transforms/Utils. It's used as | Daniel Berlin | 2017-04-11 | 1 | -23/+0 |
| | | | | | | | | Analysis, it has Analysis passes, and once NewGVN is made an Analysis, this removes the cross dependency from Analysis to Transform/Utils. NFC. llvm-svn: 299980 | ||||
* | [MemorySSA] Fix use of pointsToConstantMemory in ↵ | Hal Finkel | 2017-04-09 | 1 | -0/+23 |
isUseTriviallyOptimizableToLiveOnEntry In isUseTriviallyOptimizableToLiveOnEntry, pointsToConstantMemory needs to be called on the load's pointer operand, not on the result of the load (which might not even be a pointer). llvm-svn: 299823 |