================ @@ -11014,6 +11022,7 @@ calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth, } case ISD::SHL: { + if (IsVec) return std::nullopt; ---------------- arsenm wrote: new line https://github.com/llvm/llvm-project/pull/70240