[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / libclc / test / fabs.cl
blob91d42c466676fd68420349feeb0214330f1e059a
1 __kernel void foo(float *f) {
2 *f = fabs(*f);