Ignore qualifiers when checking vector operands, just like scalar operands.
This prevents things like a += b[0]; where a is a float4 and b is a float4 * (address_space 1) llvm-svn: 49199
Loading
Please register or sign in to comment
This prevents things like a += b[0]; where a is a float4 and b is a float4 * (address_space 1) llvm-svn: 49199