[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / mod.c
blobdcd8319f4ca7f1881707e3601e522c6e5475d8c7
1 if (2 * (n % 100) == 3 * (m % 200))
2 A();