================ @@ -395,6 +424,242 @@ LogicalResult TruncfToFloat16RewritePattern::matchAndRewrite( return success(); } +static Value getOriginalVectorValue(Value value) { ---------------- tgymnich wrote: documented https://github.com/llvm/llvm-project/pull/146372