Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Correct DS implementation of areLoadsFromSameBasePtr | Matt Arsenault | 2019-03-08 | 1 | -2/+2 |
| | | | | | | | | | This was checking the wrong operands for the base register and the offsets. The indexes are shifted by the number of output registers from the machine instruction definition, and the chain is moved to the end. llvm-svn: 355722 | ||||
* | AMDGPU: Use MachineInstr::mayAlias to replace ↵ | Changpeng Fang | 2019-02-18 | 1 | -0/+130 |
areMemAccessesTriviallyDisjoint in LoadStoreOptimizer pass. Summary: This is to fix a memory dependence bug in LoadStoreOptimizer. Reviewers: arsenm, rampitec Differential Revision: https://reviews.llvm.org/D58295 llvm-svn: 354295 |