diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/atomic.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/atomic.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/atomic.c b/polly/lib/External/isl/test_inputs/codegen/atomic.c new file mode 100644 index 00000000000..73731c0c22b --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/atomic.c @@ -0,0 +1,6 @@ +for (int c0 = 0; c0 <= 10; c0 += 1) { + if (c0 >= 1) + b(c0 - 1); + if (c0 <= 9) + a(c0); +} |