ghc-7.0.4: The GHC API

Vectorise.Exp

Description

Vectorisation of expressions.

Synopsis

Documentation

vectPolyExprSource

Arguments

:: Bool

When vectorising the RHS of a binding, whether that binding is a loop breaker.

-> CoreExprWithFVs 
-> VM (Inline, VExpr) 

Vectorise a polymorphic expression.