[all-commits] [llvm/llvm-project] 5b464f: [WebAssembly] Fix incorrectly named target builtin
Thomas Lively via All-commits
all-commits at lists.llvm.org
Wed Oct 28 10:23:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b464f2aa514903cad2f2160dd613b74b0cee3da
https://github.com/llvm/llvm-project/commit/5b464f2aa514903cad2f2160dd613b74b0cee3da
Author: Thomas Lively <tlively at google.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsWebAssembly.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/builtins-wasm.c
Log Message:
-----------
[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.
More information about the All-commits
mailing list