| commit | 74ef277774f5406f0b3b5ae6f7315b9929bcc04d | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Aug 13 18:14:11 2014 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Aug 13 18:14:11 2014 +0000 |
| tree | f7685a36c5a3079b9acb4bd920d0f1db410bfc91 | |
| parent | 5aa2194ea54135dbed754cb2f74fe17416e3e2e2 [diff] |
R600: Correctly set the src value offset for scalarized kernel args This for some reason fixes v1i64 kernel arguments on pre-SI. This currently breaks some other cases in the kernel-args.ll test for R600, but I'm not particularly confident in the new output. VTX_READ_* are not used for some of the scalarized cases, and the code reading from the constant buffer doesn't make much sense to me. llvm-svn: 215564