[OpenCL] Add missing -cl-no-signed-zeros option into driver
authorYaxun Liu <Yaxun.Liu@amd.com>
Fri, 8 Jul 2016 20:28:29 +0000 (20:28 +0000)
committerYaxun Liu <Yaxun.Liu@amd.com>
Fri, 8 Jul 2016 20:28:29 +0000 (20:28 +0000)
commitfa0c7543fadcccff62a31015cd58a0997c8ef0d7
tree38926168cd82d3e6faf0591b9fd668e9a6ec428e
parent07b03b6fcfadd1e67f7f229e011b0655d1940ce4
[OpenCL] Add missing -cl-no-signed-zeros option into driver

Add OCL option -cl-no-signed-zeros to driver options.

Also added to opencl.cl testcases.

Patch by Aaron En Ye Shi.

Differential Revision: http://reviews.llvm.org/D22067

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274923 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/CodeGen/CGCall.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenOpenCL/no-signed-zeros.cl [new file with mode: 0644]
test/Driver/opencl.cl