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