Closed
Bug 1685190
Opened 5 years ago
Closed 5 years ago
Missing PUNPCKLQDQ/PUNPCKHQDQ shuffle analysis
Categories
(Core :: JavaScript: WebAssembly, enhancement)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
Details
Attachments
(1 file)
While working on tested case from https://github.com/yurydelendik/zbar-wasm/raw/0083a9a48c8c06e5555424d85f71ce5a4b560145/zbar_jpeg/test.wasm (see also https://github.com/bytecodealliance/wasmtime/issues/2531), noticed that we are missing PUNPCKxQDQ ops. By adding these operations, the test case runs 3-4% faster.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b23d9d15143d
Add PUNPCKLQDQ/PUNPCKHQDQ shuffle analysis. r=lth
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•