[WebAssembly] Fix incorrectly named target builtin
authorThomas Lively <tlively@google.com>
Wed, 28 Oct 2020 17:22:43 +0000 (10:22 -0700)
committerThomas Lively <tlively@google.com>
Wed, 28 Oct 2020 17:22:43 +0000 (10:22 -0700)
commit5b464f2aa514903cad2f2160dd613b74b0cee3da
tree07d5667364979bdacf15924a1d5ae3199ce772d3
parent572289b39ccfacb8afb464bbd96a4a699bfc1838
[WebAssembly] Fix incorrectly named target builtin

Rename __builtin_wasm_q15mulr_saturate_s_i8x16 to
__builtin_wasm_q15mulr_saturate_s_i16x8, fixing the implied lane interpretation
of the result.
clang/include/clang/Basic/BuiltinsWebAssembly.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-wasm.c