int a;
extern bool b[];
char d, c;
void f() {
for (int e(d); e; e += 4LL) {
b[e] = 0;
a += c;
}
}
clang++ -Ofast -mcpu=grace -c func.cpp
llvm/include/llvm/Support/Casting.h:109: static bool llvm::isa_impl_cl<llvm::VPWidenCastRecipe, const llvm::VPRecipeBase *>::doit(const From *) [To = llvm::VPWidenCastRecipe, From = const llvm::VPRecipeBase *]: Assertion `Val && "isa<> used on a null pointer"' failed.