ghc-7.0.1: The GHC API

Vectorise.Utils

Contents

Synopsis

Documentation

Annotated Exprs

PD Functions

liftPD :: CoreExpr -> VM CoreExprSource

Like replicatePD but use the lifting context in the vectoriser state.

Scalars

Naming

newLocalVar :: FastString -> Type -> VM VarSource

Make a fresh local variable with the given type. The variable's name is formed using the given string as the prefix.