================
@@ -1661,6 +1661,9 @@ bool IRTranslator::translateGetElementPtr(const User &U,
WantSplatVector = VectorWidth > 1;
}
+ if (cast<GEPOperator>(U).hasAllZeroIndices())
----------------
aengelke wrote:
Alright then :)
https://github.com/llvm/llvm-project/pull/203029