[PATCH] D77185: [WebAssembly] Rename SIMD min/max/avgr intrinsics for consistency
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 31 17:39:31 PDT 2020
tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: cfe-commits, sunfish, jgravelle-google, sbc100, dschuff.
Herald added a project: clang.
The convention for the wasm_simd128.h intrinsics is to have the
integer sign in the lane interpretation rather than as a suffix. This
PR changes the names of the integer min, max, and avgr intrinsics to
match this convention.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77185
Files:
clang/lib/Headers/wasm_simd128.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77185.254047.patch
Type: text/x-patch
Size: 5670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200401/5cb8e43a/attachment.bin>
More information about the cfe-commits
mailing list