-
-
Notifications
You must be signed in to change notification settings - Fork 59
✨ MLIR - Add more passes #1122
Copy link
Copy link
Open
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ codeenhancementImprovement of existing featureImprovement of existing feature
Milestone
Metadata
Metadata
Assignees
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ codeenhancementImprovement of existing featureImprovement of existing feature
Type
Fields
Give feedbackNo fields configured for Task.
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: