diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c b/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c new file mode 100644 index 00000000000..c2423f01f5c --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c @@ -0,0 +1,6 @@ +if (g4 == 0 && N >= g0 + t1 + 1 && t1 <= 7) { + for (int c0 = t0; c0 <= min(127, N - g1 - 1); c0 += 16) + S1(g0 + t1, g1 + c0); +} else if (g4 >= 4 && N >= g0 + t1 + 1 && t1 <= 7 && g4 % 4 == 0) + for (int c0 = t0; c0 <= min(127, N - g1 - 1); c0 += 16) + S1(g0 + t1, g1 + c0); |