Vectorisation of expressions.
- vectPolyExpr :: Bool -> CoreExprWithFVs -> VM (Inline, VExpr)
Documentation
:: Bool | When vectorising the RHS of a binding, whether that binding is a loop breaker. |
-> CoreExprWithFVs | |
-> VM (Inline, VExpr) |
Vectorise a polymorphic expression.