SCM Repository
[diderot] Diff of /trunk/src/compiler/high-to-mid/probe.sml
Diff of /trunk/src/compiler/high-to-mid/probe.sml
Parent Directory
|
Revision Log
|
Patch
183 |
val (indices, code) = computeIndices (i+1, offsets) |
val (indices, code) = computeIndices (i+1, offsets) |
184 |
val code = |
val code = |
185 |
intLit(t1, offset) :: |
intLit(t1, offset) :: |
186 |
assign(t2, DstOp.Select(DstTy.IVecTy(2*s), i), [n]) :: |
assign(t2, DstOp.Select(DstTy.IVecTy dim, i), [n]) :: |
187 |
assign(index, DstOp.Add(DstTy.intTy), [t1, t2]) :: |
assign(index, DstOp.Add(DstTy.intTy), [t1, t2]) :: |
188 |
code |
code |
189 |
val indices = index::indices |
val indices = index::indices |
|
Legend:
Removed from v.420 |
|
changed lines |
|
Added in v.421 |
|
|