Commit b1c58d4
committed
[VPlan] Add ExplicitVectorLength to isSingleScalar
The docstring of this function:
> Returns true if this VPInstruction's operands are single scalars and the
> result is also a single scalar.
ExplicitVectorLength fits this description. I don't have a test for it now,
but it is needed by llvm#106560.1 parent 18c79ca commit b1c58d4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
| 684 | + | |
684 | 685 | | |
685 | 686 | | |
686 | 687 | | |
| |||
0 commit comments