| commit | 6f2a526101bfef214aef8cae8dba4a9cce55b6fa | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Sun Jul 27 17:46:40 2014 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Sun Jul 27 17:46:40 2014 +0000 |
| tree | 7fdf854c43b57af4354e0d48aec858b4e72b18be | |
| parent | b3cd5a1037d71e33b2519fcaf66e2978679f3c22 [diff] |
Add alignment value to allowsUnalignedMemoryAccess Rename to allowsMisalignedMemoryAccess. On R600, 8 and 16 byte accesses are mostly OK with 4-byte alignment, and don't need to be split into multiple accesses. Vector loads with an alignment of the element type are not uncommon in OpenCL code. llvm-svn: 214055