================ @@ -0,0 +1,32 @@ +; RUN: opt --force-widen-divrem-via-safe-divisor=false -passes=loop-vectorize -S --debug-only=loop-vectorize < %s 2>&1 | FileCheck %s ---------------- ErikHogeman wrote: Ah of course, sorry I missed that, fixed now. https://github.com/llvm/llvm-project/pull/106244