commit | 26a2ab74772b6f410feea70c8ca79ecfe71d4028 | [log] [tgz] |
---|---|---|
author | Tom Stellard <thomas.stellard@amd.com> | Fri Jun 10 00:01:04 2016 +0000 |
committer | Tom Stellard <thomas.stellard@amd.com> | Fri Jun 10 00:01:04 2016 +0000 |
tree | 1774b0687536eaa6e361abae927e46cf89ae394d | |
parent | 4e26dd34a0081218acc3f825aabbfc90db67133f [diff] |
AMDGPU/SI: Make sure to emit TargetConstant nodes when matching ds_*permute Summary: This fixes a bug with ds_*permute instructions where if it was passed a constant address, then the offset operand would get assigned a register operand instead of an immediate. Reviewers: scchan, arsenm Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D19994 llvm-svn: 272349