Skip to content

✨ MLIR - Add more passes #1122

@flowerthrower

Description

@flowerthrower

Problem Statement

In order to have a compiler of value, we need to have at least a handful of optimization passes available.

Proposed Solution

These passes should ideally be atomar and independent of other passes. @taminob already found a few options
https://github.com/Qiskit/qiskit/blob/main/qiskit/transpiler/passes/optimization
https://github.com/CQCL/tket/tree/main/tket/src/Transformations

The ones selected for implementation are listed below:

  • placeholderPass

Metadata

Metadata

Assignees

No one assigned

    Labels

    MLIRAnything related to MLIRc++Anything related to C++ codeenhancementNew feature or request

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions