[PATCH] D41126: [SelectionDAG] Fixed f16-from-vector promotion problem

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 08:55:40 PST 2017


tpr marked an inline comment as done.
tpr added a comment.

> Are you running with asserts disabled? I see:
>  ScalarizeVectorOperand Op #0: t34: f32 = fp16_to_fp t25
> 
> LLVM ERROR: Do not know how to scalarize this operator's operand!
> 
> and sure enough ScalarizeVectorOperand doesn't handle this.

Yes; that's the bug I'm fixing. :-)


https://reviews.llvm.org/D41126





More information about the llvm-commits mailing list