[LoongArch] Supports FP_TO_SINT operation for fp16 (#118303)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / omega / stride3-0.c
blob8913c802cc02ffd6fbcfffe6c20ca05801d87c8a
1 for (int c0 = 3; c0 <= n; c0 += 32)
2 for (int c1 = c0; c1 <= min(n, c0 + 31); c1 += 1)
3 s0(c0, c1);