Closed
Bug 1133745
Opened 10 years ago
Closed 6 years ago
VerifyOSIPoint should check SIMD registers.
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nbp, Unassigned)
References
Details
Bug 1112164 is adding the ability to spill SIMD register, as of today, we have no unified way to branch if 2 SIMD register are different. We should add the proper abstraction to the MacroAssembler, and then use these to check that we do not accidentally modify the content of SIMD registers in CodeGenerator-shared.cpp (VerifyOp).
Updated•8 years ago
|
Priority: -- → P5
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•