Add patterns for vector vector relational intrinsics
Some relational instructions like vsgt, vsge, vfgt and vfge do not have a form with two register operands, so we can't currently select the corresponding intrinsic. We can, however, can select vslt, vsle, vflt and vfle in these cases as long as we swap the input operands.
Loading
Please sign in to comment