Correct the code generation for function arguments of vec3 types on x86_64...
Correct the code generation for function arguments of vec3 types on x86_64 when they are greater than 128 bits. This was incorrectly coercing things like long3 into a double2. Add test case. llvm-svn: 145312
Loading
Please register or sign in to comment