[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 14:29:25 PST 2017
tpr added a comment.
OK, I'll have another look tomorrow. The reason I thought that was the right place to do it is that it is folding an i16 -> v1i16 bitcast in to the float promotion without thinking about the fact that the bitcast also adds vectorness.
Thanks.
https://reviews.llvm.org/D41126
More information about the llvm-commits
mailing list