| commit | a4b746d808670b48aa92d895dd12de320594e3e2 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Tue Jul 05 16:10:44 2016 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Tue Jul 05 16:10:44 2016 +0000 |
| tree | 77f57eb9450eaed406bb77773c146a4ff4aa0f3c | |
| parent | 2976e014fcf88e14010c691304452a046dc504b2 [diff] |
AMDGPU/SI: Remove address space query functions from AMDGPUDAGToDAGISel Summary: These have been replaced with TableGen code (except for isConstantLoad, which is still used for R600). The queries were broken for cases where MemOperand was a PseudoSourceValue. Reviewers: arsenm Subscribers: arsenm, kzhuravl, llvm-commits Differential Revision: http://reviews.llvm.org/D21684 llvm-svn: 274561