brintos

brintos / llvm-project-archived public Read only

0
0
Text · 162 B · a2c12a0 Raw
7 lines · c
1// RUN: %clang_cc1 -emit-llvm %s -o - -O1 | grep ashr2// RUN: %clang_cc1 -emit-llvm %s -o - -O1 | not grep sdiv3 4long long test(int *A, int *B) {5  return A-B;6}7