llvm/clang/test/CodeGenOpenCL
Nikita Popov 18834dca2d [OpenCL] Mark kernel arguments as ABI aligned
Following the discussion on D118229, this marks all pointer-typed
kernel arguments as having ABI alignment, per section 6.3.5 of
the OpenCL spec:

> For arguments to a __kernel function declared to be a pointer to
> a data type, the OpenCL compiler can assume that the pointee is
> always appropriately aligned as required by the data type.

Differential Revision: https://reviews.llvm.org/D118894
2022-02-08 16:12:51 +01:00
..
2011-04-15-vec-init-from-vec.cl
addr-space-struct-arg.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
address-space-constant-initializers.cl
address-spaces-conversions.cl [OpenCL] Add support of __opencl_c_generic_address_space feature macro 2021-07-13 13:14:10 +03:00
address-spaces-mangling.cl [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
address-spaces.cl [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
amdgcn-automatic-variable.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
amdgcn-flat-scratch-name.cl
amdgcn-large-globals.cl
amdgcn-non-temporal-store.cl [AMDGPU][clang] Fix __builtin_nontemporal_store() failure on AMDGPU 2021-12-02 05:53:25 +00:00
amdgpu-abi-struct-coerce.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
amdgpu-alignment.cl
amdgpu-attrs.cl clang/AMDGPU: Don't set implicit arg attribute to default size 2022-01-14 18:43:30 -05:00
amdgpu-call-kernel.cl [OpenCL] Mark kernel arguments as ABI aligned 2022-02-08 16:12:51 +01:00
amdgpu-calling-conv.cl
amdgpu-debug-info-pointer-address-space.cl
amdgpu-debug-info-variable-expression.cl
amdgpu-enqueue-kernel.cl
amdgpu-env-amdgcn.cl
amdgpu-features.cl [AMDGPU] Add gfx1035 target 2021-06-24 14:32:41 -04:00
amdgpu-ieee.cl
amdgpu-nullptr.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
amdgpu-sizeof-alignof.cl [OpenCL] Add support of __opencl_c_generic_address_space feature macro 2021-07-13 13:14:10 +03:00
arm-integer-dot-product.cl
as_type.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
atomic-ops-libcall.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
atomic-ops.cl
atomics-cas-remarks-gfx90a.cl [Remarks] [AMDGPU] Emit optimization remarks for atomics generating hardware instructions 2021-08-19 20:51:19 -06:00
atomics-unsafe-hw-remarks-gfx90a.cl [Remarks] [AMDGPU] Emit optimization remarks for atomics generating hardware instructions 2021-08-19 20:51:19 -06:00
backend-unsupported-warning.ll
blocks.cl [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
bool_cast.cl
builtins-amdgcn-ci.cl
builtins-amdgcn-dl-insts-err-clamp.cl
builtins-amdgcn-dl-insts-err.cl
builtins-amdgcn-dl-insts.cl
builtins-amdgcn-fp-atomics-gfx7-err.cl [clang] Add clang builtins support for gfx90a 2021-08-05 02:08:06 -06:00
builtins-amdgcn-fp-atomics-gfx908-err.cl [clang] Add clang builtins support for gfx90a 2021-08-05 02:08:06 -06:00
builtins-amdgcn-gfx9.cl
builtins-amdgcn-gfx10.cl
builtins-amdgcn-interp.cl
builtins-amdgcn-mfma.cl
builtins-amdgcn-raytracing.cl [AMDGPU] Change llvm.amdgcn.image.bvh.intersect.ray to take vec3 args 2021-12-04 10:32:11 +00:00
builtins-amdgcn-vi.cl
builtins-amdgcn.cl
builtins-f16.cl
builtins-fp-atomics-gfx8.cl Mark tests as requiring AMDGPU target 2021-08-05 10:02:51 +01:00
builtins-fp-atomics-gfx90a.cl Mark tests as requiring AMDGPU target 2021-08-05 10:02:51 +01:00
builtins-fp-atomics-gfx1030.cl [clang] Add clang builtins support for gfx90a 2021-08-05 02:08:06 -06:00
builtins-generic-amdgcn.cl
builtins-r600.cl
builtins.cl
byval.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
cast_image.cl
cl-strict-aliasing.cl
cl-uniform-wg-size.cl
cl20-device-side-enqueue.cl [OpenCL] Mark kernel arguments as ABI aligned 2022-02-08 16:12:51 +01:00
const-str-array-decay.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
constant-addr-space-globals.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
convergent.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
debug-info-programming-language.cl [OpenCL] Use DW_LANG_OpenCL language tag for OpenCL C 2021-06-25 11:48:42 +01:00
enqueue-kernel-non-entry-block.cl
event_t.cl
ext-int-shift.cl Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
ext-vector-shuffle.cl
fdeclare-opencl-builtins.cl [OpenCL] Make generic addrspace optional for -fdeclare-opencl-builtins 2022-01-31 10:21:05 +00:00
fpmath.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
func-call-dbg-loc.cl
half.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
images.cl
inline-asm-amdgcn.cl
intel-subgroups-avc-ext-types.cl
kernel-arg-info-single-as.cl
kernel-arg-info.cl
kernel-attributes.cl
kernel-metadata.cl
kernel-param-alignment.cl [OpenCL] Mark kernel arguments as ABI aligned 2022-02-08 16:12:51 +01:00
kernels-have-spir-cc-by-default.cl [OpenCL] Mark kernel arguments as ABI aligned 2022-02-08 16:12:51 +01:00
lifetime.cl
local-initializer-undef.cl
local.cl
logical-ops.cl
memcpy.cl
no-half.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
no-signed-zeros.cl
norecurse.cl
null_queue.cl
numbered-address-space.cl
opencl_types.cl
overload.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
partial_initializer.cl
pipe_builtin.cl [OpenCL] Replace test for pipe struct to test it with fixed triple 2021-07-30 21:49:20 +03:00
pipe_types.cl [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
pipe_types_mangling.cl [OpenCL] Add support of __opencl_c_device_enqueue feature macro. 2022-01-27 14:25:59 +03:00
preserve_vec3.cl [OpenCL] Fix as_type3 invalid store creation 2021-09-29 09:40:06 +01:00
printf.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
private-array-initialization.cl
ptx-calls.cl
ptx-kernels.cl
relaxed-fpmath.cl
sampler.cl
shifts.cl
single-precision-constant.cl
size_t.cl [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
spir-calling-conv.cl [OpenCL] Mark kernel arguments as ABI aligned 2022-02-08 16:12:51 +01:00
spir-debug-info-pointer-address-space.cl [OpenCL] Add DWARF address spaces mapping for SPIR 2021-06-04 18:10:54 +01:00
spir32_target.cl
spir64_target.cl
spir_version.cl [OpenCL] Change default standard version to CL1.2 2021-07-26 15:04:34 +01:00
spirv_target.cl [SPIR-V] Add SPIR-V triple and clang target info. 2021-11-08 13:34:10 +00:00
str_literals.cl
to_addr_builtin.cl
unroll-hint.cl
vector_literals.cl
vector_logops.cl
vector_odd.cl
vector_shufflevector.cl
vectorLoadStore.cl
visibility.cl
vla.cl