Add OCL option -cl-no-signed-zeros to driver options.
Also added to opencl.cl testcases.
Paths
| Differential D22067
[OpenCL] Add missing -cl-no-signed-zeros option into driver ClosedPublic Authored by ashi1 on Jul 6 2016, 1:24 PM.
Details Summary Add OCL option -cl-no-signed-zeros to driver options. Also added to opencl.cl testcases.
Diff Detail
Event Timelineashi1 updated this object. Comment Actions Revised base on Sam's comments. Added no-signed-zeros as an attribute no-signed-zeros-fp-math. This revision is now accepted and ready to land.Jul 8 2016, 10:34 AM Closed by commit rL274923: [OpenCL] Add missing -cl-no-signed-zeros option into driver (authored by yaxunl). · Explain WhyJul 8 2016, 1:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 63308 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/CodeGen/CGCall.cpp
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/test/CodeGenOpenCL/no-signed-zeros.cl
cfe/trunk/test/Driver/opencl.cl
|