Skip to content

Commit

Permalink
register the pass
Browse files Browse the repository at this point in the history
  • Loading branch information
reza-j committed Aug 1, 2023
1 parent 6ecd581 commit 0d5f050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/Dialect/Pulse/Transforms/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#ifndef PULSE_PULSEPASSES_H
#define PULSE_PULSEPASSES_H

#include "Conversion/QUIRToPulse/LoadPulseCals.h"
#include "Conversion/QUIRToPulse/QUIRToPulse.h"
#include "Dialect/Pulse/Transforms/ClassicalOnlyDetection.h"
#include "Dialect/Pulse/Transforms/MergeDelays.h"
Expand Down
1 change: 1 addition & 0 deletions lib/Dialect/Pulse/Transforms/Passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace mlir::pulse {
void pulsePassPipelineBuilder(OpPassManager &pm) {}

void registerPulsePasses() {
PassRegistration<LoadPulseCalsPass>();
PassRegistration<MergeDelayPass>();
PassRegistration<RemoveUnusedArgumentsPass>();
PassRegistration<SchedulePortPass>();
Expand Down

0 comments on commit 0d5f050

Please sign in to comment.