packages feed

futhark-0.23.1: src/Futhark/Pass/ExplicitAllocations/Seq.hs

module Futhark.Pass.ExplicitAllocations.Seq
  ( explicitAllocations,
    simplifiable,
  )
where

import Futhark.IR.Seq
import Futhark.IR.SeqMem
import Futhark.Pass
import Futhark.Pass.ExplicitAllocations

explicitAllocations :: Pass Seq SeqMem
explicitAllocations =
  explicitAllocationsGeneric
    DefaultSpace
    (const $ pure $ Inner NoOp)
    defaultExpHints