summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/simd-build-vector.ll
AgeCommit message (Expand)Author
2024-08-05[WebAssembly] Fix assertion in LowerBUILD_VECTOR (#101961)Sam Parker
2024-08-02[WebAssembly] load_zero to initialise build_vector (#100610)Sam Parker
2023-01-04[WebAssembly] Replace LOAD_SPLAT with SPLAT_VECTORLuke Lau
2022-10-15[CodeGen] Using ZExt for extractelement indices.Peter Rong
2022-09-13[WebAssembly] Improve codegen for shuffles with undefined lane indicesFanchen Kong
2022-06-08[WebAssembly] Regenerate simd-build-vector.ll to show full codegenSimon Pilgrim
2021-07-14[WebAssembly] Codegen for v128.loadX_lane instructionsThomas Lively
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2021-04-09[WebAssembly] Add shuffles as an option for lowering BUILD_VECTORThomas Lively
2021-03-18[WebAssembly] Remove unimplemented-simd target featureThomas Lively
2020-12-22[WebAssembly][SIMD] Rename shuffle, swizzle, and load_splatsThomas Lively
2020-10-13Reland "[WebAssembly] Emulate v128.const efficiently""Thomas Lively
2020-10-02Revert "[WebAssembly] Emulate v128.const efficiently"Stella Stamenova
2020-10-02[WebAssembly] Emulate v128.const efficientlyThomas Lively
2020-05-15[WebAssembly] Update latest implemented SIMD instructionsThomas Lively
2019-10-09[WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR loweringThomas Lively
2019-01-31[WebAssembly] Fix a regression selecting negative build_vector lanesThomas Lively
2019-01-30[WebAssembly] Optimize BUILD_VECTOR lowering for sizeThomas Lively