futhark-0.22.4: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Futhark.Pass.LiftAllocations

Description

This pass attempts to lift allocations as far towards the top in their body as possible. It does not try to hoist allocations outside across body boundaries.

Documentation