This revision was automatically updated to reflect the committed changes.
Closed by commit rGd43fcd0c0410: [WebAssembly] Add SIMD integer min/max
builtins (authored by tlively).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75770/new/
https://review
tlively created this revision.
tlively added reviewers: aheejin, dschuff, kripken.
Herald added subscribers: cfe-commits, sunfish, jgravelle-google, sbc100.
Herald added a project: clang.
Although SIMD integer min/max operations can be expressed using the ?:
operator in C++, that operator is disal