Add support to Sema and CodeGen for floating point vector types in OpenCL.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 21 Feb 2013 11:49:56 +0000 (11:49 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 21 Feb 2013 11:49:56 +0000 (11:49 +0000)
commit7d00f00f1d1761585d9a2ef14a2bab34613e4b6f
treed4b223e9baa4b0fff2ec3a8b76eeed07bddb9c51
parent7f02a8c7a7c1efd07e4f21837b929d14a7c8fd14
Add support to Sema and CodeGen for floating point vector types in OpenCL.

llvm-svn: 175734
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/CodeGenOpenCL/logical-ops.cl [new file with mode: 0644]
clang/test/SemaOpenCL/invalid-logical-ops-1.1.cl [new file with mode: 0644]
clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl [new file with mode: 0644]