This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add SIMD integer abs builtins
ClosedPublic

Authored by tlively on Mar 20 2020, 7:34 PM.

Details

Summary

Since the conditional operator cannot be used with vector conditions
in C, we need a builtin to be able to express this operation in C
source.

Diff Detail

Event Timeline

tlively created this revision.Mar 20 2020, 7:34 PM
aheejin accepted this revision.Mar 20 2020, 10:45 PM
This revision is now accepted and ready to land.Mar 20 2020, 10:45 PM
This revision was automatically updated to reflect the committed changes.