about summary refs log tree commit diff
path: root/tests/codegen/simd-intrinsic
AgeCommit message (Expand)AuthorLines
2025-01-27Fix SIMD codegen tests on LLVM 20Nikita Popov-14/+14
2025-01-26Consistently use the most significant bit of vector masksJörn Horstmann-13/+110
2024-11-07Update test for LLVM 20's new vector splat syntaxHans Wennborg-3/+3
2024-09-09Ban non-array SIMDScott McMurray-309/+162
2024-04-24Fix tests and blessGary Guo-1/+0
2024-02-25fix use of platform_intrinsics in testsRalf Jung-45/+45
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-23/+23
2024-02-20delete a test that no longer makes senseRalf Jung-47/+0
2023-12-12Fix alignment passed down to LLVM for simd_masked_loadJakub Okoński-2/+2
2023-12-09Add simd_masked_{load,store} platform-intrinsicsJakub Okoński-0/+66
2023-07-29cg_llvm: simplify llvm.masked.gather/scatter naming with opaque pointersErik Desjardins-4/+4
2023-07-27CHECK only for opaque ptrJosh Stone-10/+10
2023-07-08Always name the return place.Camille GILLOT-89/+88
2023-04-04Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`sScott McMurray-4/+47
2023-02-14Try to fix codegen tests for ??? LLVM 14 ???Ben Kimock-5/+5
2023-02-14Fix codegen testsBen Kimock-92/+92
2023-02-12Enable CopyProp by default, tune the impl a bitBen Kimock-3/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2272