"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ed9ae7bf21729369427c93022f542ee02144ec5d"
Allow ArraySubscriptExpr to be a base node for vector dereference. This
allows you to do things like typedef __attribute__(( ocu_vector_type(4))) float float4; float4 *x; float y = x[0][2]; llvm-svn: 47295
Loading
Please register or sign in to comment