Closed Bug 704075 Opened 13 years ago Closed 6 years ago

Optimize v[k] where v is float4 and k is constant

Categories

(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect, P3)

defect

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.)
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.