llvm-6502/include
Matt Arsenault 2dd264c8a3 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214055 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-27 17:46:40 +00:00
..
llvm Add alignment value to allowsUnalignedMemoryAccess 2014-07-27 17:46:40 +00:00
llvm-c Add scoped-noalias metadata 2014-07-24 14:25:39 +00:00