This is https://github.com/ldc-developers/ldc/issues/3606, here about `p[i] >>> 9`. The frontend for some reason doesn't promote scalars to vectors for shifts (but for arithmetic ops); an explicit `x >>> uint64_256_t(9)` compiles.