Skip to content

Conversation

@Robbepop
Copy link
Member

@Robbepop Robbepop commented Mar 25, 2025

This also implements lowering for SIMD comparison instructions, e.g. i32x4.gt_s to i32x4.lt_s with swapped operands which is the reason why so many wasmi_ir::Instruction variants got removed.

@Robbepop Robbepop changed the title Implement SIMD comparison instructions for the wasmi crate Implement SIMD comparison instruction translation and execution Mar 25, 2025
@codecov
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.66%. Comparing base (3eb2ac0) to head (f44c118).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1422      +/-   ##
==========================================
+ Coverage   69.11%   69.66%   +0.55%     
==========================================
  Files         161      161              
  Lines       15724    15803      +79     
==========================================
+ Hits        10867    11009     +142     
+ Misses       4857     4794      -63     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Robbepop Robbepop merged commit 205e39f into main Mar 25, 2025
19 checks passed
@Robbepop Robbepop deleted the rf-implement-cmp-simd-ops branch March 25, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant