Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
35 stars 10 forks source link

Move SIMD unary conditional to a separate group in jit #188

Closed zherczeg closed 7 months ago

zherczeg commented 8 months ago

We plan to add a similar optimization to them as for normal comparisons (merging with branch / select instructions). It also simplifies the code.

zherczeg commented 7 months ago

Could we land this patch?