[PATCH] D147678: [DAGCombiner][AArch64] Use scalar_to_vector to eliminate bitcast
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 20:42:03 PDT 2023
Allen added a comment.
Thanks for your advise, I'll try that.
In current case, I also check **N->getValueType(0).getScalarType() == N00.getNode()->getValueType(0)**,
so we only address the case A --> VecB --> VecA, as the scalar type of VecA is same to A, so we can ignore the difference between VecB and VecA on the laid out ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147678/new/
https://reviews.llvm.org/D147678
More information about the llvm-commits
mailing list