Displaying 2 results from an estimated 2 matches for "add125".
Did you mean:
add12
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
...%struct_var1.cast = bitcast %struct_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 Alia...
2020 Jul 26
2
[LAA] RtCheck on pointers of different address spaces.
...%struct_var1.cast = bitcast %struct_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 Alia...