summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenOpenCL/vectorLoadStore.cl
AgeCommit message (Expand)Author
2023-01-05[CodeGenOpenCL] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-12-30Use unary CreateShuffleVector if possibleJuneyoung Lee
2017-09-27[OpenCL] Fixed CL version in failing test.Anastasia Stulova
2017-09-27[OpenCL] Handle address space conversion while setting type alignment.Anastasia Stulova
2012-08-16Remove names from the CHECK lines.Tanya Lattner
2012-08-16Convert loads and stores of vec3 to vec4 to achieve better code generation. A...Tanya Lattner