In .td file, if the pattern to match the DAG is:<br><br>(vector_shuffle (mul build_vector, build_vector))<br><br>is it possible to return 'mul' (SDNode*) instead of returning the first 'vector_shuffle'?<br>
<br>It seems to me that the default instruction selector can only return the 'root' node of the pattern.<br><br>Alex.<br><br><br><br>