Closed
Bug 1507222
Opened 6 years ago
Closed 6 years ago
Cranelift: Branch must have an encoding (e.g., RexOp1jmpb#eb)
Categories
(Core :: JavaScript: WebAssembly, defect)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
People
(Reporter: bbouvier, Assigned: sunfish)
References
Details
Attachments
(1 file)
(deleted),
application/x-javascript
|
Details |
This test case generates the following error when run with Cranelift:
ERROR 2018-11-14T17:42:25Z: baldrdash: Cranelift compilation error: Verifier errors:
- inst88: Branch must have an encoding (e.g., RexOp1jmpb#eb)
Assignee | ||
Comment 1•6 years ago
|
||
I haven't tested this yet, but this sounds like the second of the two bugs that https://github.com/CraneStation/cranelift/pull/598 fixes.
Reporter | ||
Comment 2•6 years ago
|
||
Confirmed by trying without/with this patch; a lot of other test cases get resolved with this too.
Reporter | ||
Comment 4•6 years ago
|
||
Confirmed fixed by bug 1507819.
Assignee: nobody → sunfish
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•