summaryrefslogtreecommitdiff
path: root/kernels/compiler_remove_negative_add.cl
AgeCommit message (Collapse)AuthorFilesLines
2017-06-09utests: added for optimization negativeAddrander1-0/+4
the negative Add is like: exp -a llvm transfer it to: add x -a, 0 exp x Signed-off-by: rander.wang <rander.wang@intel.com> Reviewed-by: Pan Xiuli <xiuli.pan@intel.com>