[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / libclc / test / fabs.cl
blob91d42c466676fd68420349feeb0214330f1e059a
1 __kernel void foo(float *f) {
2 *f = fabs(*f);