Closed
Bug 704075
Opened 13 years ago
Closed 7 years ago
Optimize v[k] where v is float4 and k is constant
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect, P3)
Tamarin Graveyard
Baseline JIT (CodegenLIR)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q2 12 - Cyril
People
(Reporter: lhansen, Unassigned)
Details
If v is known to be a float4, the code generated for v[0] should be the same as the code generated for v.x, and both should be about one instruction.
(This bug is not about v[k] for variable k - the performance of that is less important.)
Comment 1•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•