Skip to content

Commit d497263

Browse files
Add InstructionScheduler to the PassIdentifier enum, but commented out.
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 3c951e7 commit d497263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hir/src/pass/pass.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ where
147147
pub enum PassIdentifier {
148148
Canonicalizer,
149149
ControlFlowSink,
150+
// NOTE: Not yet enabled.
151+
// InstructionScheduler,
150152
LiftControlFlowToSCF,
151153
OpToOpPassAdaptor,
152154
SinkOperandDefs,

0 commit comments

Comments
 (0)