Closed
Bug 1050312
Opened 10 years ago
Closed 6 years ago
SIMD: use typed moves in MoveEmitter's maybeEmitOptimizedCycle on x86
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bbouvier, Unassigned)
References
Details
Followup of bug 1019831 comment 47:
MoveEmitterX86::maybeEmitOptimizedCycle currently emits an xorpd sequence if all moves are "isFloatReg()" and other conditions hold. Ideally characterizeCycle should be extended to look at the move types too, so that maybeEmitOptimizedCycle can emit pxor or xorps as appropriate. If you don't want to do that in this patch, we can do it later; xorpd is functionally correct here.
Reporter | ||
Updated•10 years ago
|
Updated•8 years ago
|
Priority: -- → P5
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
•