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