diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll3.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/unroll3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll3.c b/polly/lib/External/isl/test_inputs/codegen/unroll3.c new file mode 100644 index 00000000000..95a30ba7ccc --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/unroll3.c @@ -0,0 +1,2 @@ +if ((t1 + 121) % 128 <= 123) + write_shared_A(((t1 + 125) % 128) - 3); |