summaryrefslogtreecommitdiff
path: root/utests/compiler_remove_negative_add.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utests: added for optimization negativeAddrander2017-06-091-0/+40
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>