search for: arrayidx274

Displaying 2 results from an estimated 2 matches for "arrayidx274".

Did you mean: arrayidx24
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
...var1* %struct_var2.gep to i64* (write) // AS1 2. %struct_var2.cast = bitcast %struct_var2* %arrayidx74 to i64* (read-only) // AS1 3. %arrayidx1705 = getelementptr inbounds [4000 x float], [4000 x float] addrspace(3)* @Obj2, i32 0, i32 %add125 (read-only) // AS2 4. %arrayidx274 = getelementptr inbounds [4000 x float], [4000 x float] addrspace(3)* @Obj2, i32 0, i32 %arg1 (read-only) // AS2 While the pointers 1 & 2 belong to one Alias Set (AS1), pointers 3 & 4 belong to a different set (AS2). It is because, the Global Alias Analysis found there is no alias between...
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
...var1* %struct_var2.gep to i64* (write) // AS1 2. %struct_var2.cast = bitcast %struct_var2* %arrayidx74 to i64* (read-only) // AS1 3. %arrayidx1705 = getelementptr inbounds [4000 x float], [4000 x float] addrspace(3)* @Obj2, i32 0, i32 %add125 (read-only) // AS2 4. %arrayidx274 = getelementptr inbounds [4000 x float], [4000 x float] addrspace(3)* @Obj2, i32 0, i32 %arg1 (read-only) // AS2 While the pointers 1 & 2 belong to one Alias Set (AS1), pointers 3 & 4 belong to a different set (AS2). It is because, the Global Alias Analysis found there is no alias between...