[WebAssembly] Add codegen test for wasm_simd128.h
authorThomas Lively <tlively@google.com>
Tue, 4 May 2021 23:11:00 +0000 (16:11 -0700)
committerThomas Lively <tlively@google.com>
Tue, 4 May 2021 23:11:00 +0000 (16:11 -0700)
commitf3b769e82ff3340e96c2e50ac2bd6361fbc3d797
treeea003ee285b365b9c435a16b055aa9827e79b82b
parent3e2ed7440569d59e073d4799b310255547bd2dd2
[WebAssembly] Add codegen test for wasm_simd128.h

We previously did not have tests demonstrating that the intrinsics in
wasm_simd128.h lower to reasonable LLVM IR. This commit adds such a test.

Differential Revision: https://reviews.llvm.org/D101805
clang/test/Headers/wasm.c