================ ---------------- rengolin wrote: I would cache this into variables to make the code more expressive. ``` int64_t nBlocks = N / vectorSize; bool skinny = (nBlocks < M); ``` https://github.com/llvm/llvm-project/pull/163382