For the following IR test case, Loop vectorizer blocks vectorization of this loop due to high cost of scalar sdiv operation.
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license ...