Documentation

Lean.Compiler.LCNF.PassManager

A single compiler Pass, consisting of the actual pass function operating on the Decls as well as meta information.

Instances For

    Can be used to install, remove, replace etc. passes by tagging a declaration of type PassInstaller with the cpass attribute.

    Instances For

      The PassManager used to store all Passes that will be run within pipeline.

      Instances For