commit | 966a94f8614266c5b964f185cd2e288fbdeb802f | [log] [tgz] |
---|---|---|
author | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Sep 08 19:34:22 2015 +0000 |
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Sep 08 19:34:22 2015 +0000 |
tree | 7345303dd9ce4d827d0d6798b6763d2c9eb88a09 | |
parent | 640499b1fac550967573b635b293fea628b09a85 [diff] |
AMDGPU: Handle sub of constant for DS offset folding sub C, x - > add (sub 0, x), C for DS offsets. This is mostly to fix regressions that show up when SeparateConstOffsetFromGEP is enabled. llvm-svn: 247054