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