This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Rename SIMD min/max/avgr intrinsics for consistency
ClosedPublic

Authored by tlively on Mar 31 2020, 5:11 PM.

Details

Summary

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.

Diff Detail

Event Timeline

tlively created this revision.Mar 31 2020, 5:11 PM
aheejin accepted this revision.Apr 1 2020, 9:32 AM
This revision is now accepted and ready to land.Apr 1 2020, 9:32 AM
This revision was automatically updated to reflect the committed changes.