Skip to content

Explore using optimizations that come with MLIR #8

@jacobdweightman

Description

@jacobdweightman

MLIR provides a number of generic compiler optimizations out of the box that we aren't currently taking advantage of. Here's an incomplete list of optimizations that seem useful and relatively straightforward to incorporate:

  • Loop invariant code motion
  • Loop unswitching
  • Control flow sinking
  • Sparse conditional constant propagation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions