Closed
Bug 1750846
Opened 4 years ago
Closed 4 years ago
[wasm] Generate AVX2 ops for shuffle instructions
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
98 Branch
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
Details
Attachments
(1 file)
We can improve performance of shuffle by using AVX2:
- Broadcast instructions (bug 1750049)
- Remove SimdShuffleOp::BLEND_8x16 limitation to use XMM0 as temp
- Also new VPBLENDD (?)
- use more non-destructive AVX ops
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•4 years ago
|
||
- Refactors interleave and shift operators for three arg
- Improve VPBLENDVB
- Special case broadcast from lowest lane
Updated•4 years ago
|
Attachment #9259826 -
Attachment description: WIP: Bug 1750846 - [wasm] Make shuffle compatible with AVX. → Bug 1750846 - [wasm] Make shuffle compatible with AVX.
Updated•4 years ago
|
Attachment #9259826 -
Attachment description: Bug 1750846 - [wasm] Make shuffle compatible with AVX. → Bug 1750846 - [wasm] Make shuffle compatible with AVX. r?jseward
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b2adba1f487
[wasm] Make shuffle compatible with AVX. r=jseward
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•