Bug 249357 - Increase WASM SIMD test coverage.
Summary: Increase WASM SIMD test coverage.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Justin Michaud
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-14 17:06 PST by Justin Michaud
Modified: 2022-12-15 21:07 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Michaud 2022-12-14 17:06:11 PST
Increase simd test coverage:

1) Add a new testing mode to force every function to be conservative w.r.t. treating floating point registers as vectors
2) Allow tier-up directly to OMG for SIMD functions
3) Remove extra test options implied when using SIMD. Note that we now assume all functions might use SIMD if the LLInt is disabled.
4) Add new test simd-exception.js
Comment 1 Justin Michaud 2022-12-14 17:09:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/7655
Comment 2 EWS 2022-12-15 21:06:55 PST
Committed 257974@main (a11ede1047e4): <https://commits.webkit.org/257974@main>

Reviewed commits have been landed. Closing PR #7655 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-15 21:07:18 PST
<rdar://problem/103432072>