search for: str_i

Displaying 5 results from an estimated 5 matches for "str_i".

Did you mean: str_c
2019 Jul 21
6
[RFC] A new multidimensional array indexing intrinsic
...dimension stride, and an offset with respect to that stride. ### Semantics: `llvm.multidim.array.index.*` represents a multi-dimensional array index, In particular, this will mean that we will assume that all indices `<idx_i>` are non-negative. Additionally, we assume that, for each `<str_i>`, `<idx_i>` pair, that `0 <= idx_i < str_i`. Optimizations can assume that, given two llvm.multidim.array.index.* instructions with matching types: ``` llvm.multidim.array.index.* <ty> <ty>* <ptrvalA> <strA_1>, <idxA_1>, ..., <strA_N>, <idxA_...
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...t; >> >> ### Semantics: >> >> `llvm.multidim.array.index.*` represents a multi-dimensional array index, In particular, this will >> mean that we will assume that all indices `<idx_i>` are non-negative. >> >> Additionally, we assume that, for each `<str_i>`, `<idx_i>` pair, that >> `0 <= idx_i < str_i`. >> >> Optimizations can assume that, given two llvm.multidim.array.index.* instructions with matching types: >> >> ``` >> llvm.multidim.array.index.* <ty> <ty>* <ptrvalA> <strA_1...
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...t stride. > > > ### Semantics: > > `llvm.multidim.array.index.*` represents a multi-dimensional array index, In particular, this will > mean that we will assume that all indices `<idx_i>` are non-negative. > > Additionally, we assume that, for each `<str_i>`, `<idx_i>` pair, that > `0 <= idx_i < str_i`. > > Optimizations can assume that, given two llvm.multidim.array.index.* instructions with matching types: > > ``` > llvm.multidim.array.index.* <ty> <ty>* <ptrvalA> <strA_1>, &l...
2019 Jul 25
0
[RFC] A new multidimensional array indexing intrinsic
...### Semantics: >>> >>> `llvm.multidim.array.index.*` represents a multi-dimensional array index, In particular, this will >>> mean that we will assume that all indices `<idx_i>` are non-negative. >>> >>> Additionally, we assume that, for each `<str_i>`, `<idx_i>` pair, that >>> `0 <= idx_i < str_i`. >>> >>> Optimizations can assume that, given two llvm.multidim.array.index.* instructions with matching types: >>> >>> ``` >>> llvm.multidim.array.index.* <ty> <ty>* &l...
2019 Jul 22
1
[RFC] A new multidimensional array indexing intrinsic
...gt; > > > > `llvm.multidim.array.index.*` represents a multi-dimensional array index, In particular, this will > > > mean that we will assume that all indices `<idx_i>` are non-negative. > > > > > > Additionally, we assume that, for each `<str_i>`, `<idx_i>` pair, that > > > `0 <= idx_i < str_i`. > > > > > > Optimizations can assume that, given two llvm.multidim.array.index.* instructions with matching types: > > > > > > ``` > > > llvm.multidim.array.index...