llvm-capstone/libclc/r600/lib
Aaron Watry f991505d02 vload/vstore: Use casts instead of scalarizing everything in CLC version
This generates bitcode which is indistinguishable from what was
hand-written for int32 types in v[load|store]_impl.ll.

v4: Use vec2+scalar for vec3 load/stores to prevent corruption (per Tom)
v3: Also remove unused generic/lib/shared/v[load|store]_impl.ll
v2: (Per Matt Arsenault) Fix alignment issues with vector load stores

Signed-off-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
CC: Matt Arsenault <Matthew.Arsenault@amd.com>
CC: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 216069
2014-08-20 13:58:57 +00:00
..
atomic Add atomic_sub and atomic_dec builtin functions 2013-09-06 20:20:21 +00:00
math Move clcmacro.h to avoid cluttering user namespace v2 2014-06-24 09:36:32 +00:00
synchronization R600: Set the noduplicate attribute on barrier() intrinsics 2013-10-31 15:50:48 +00:00
workitem Added get_num_groups 2013-07-24 18:03:38 +00:00
OVERRIDES r600: Add overrides file 2013-06-26 18:20:08 +00:00
SOURCES vload/vstore: Use casts instead of scalarizing everything in CLC version 2014-08-20 13:58:57 +00:00