Skip to content

Commit c49eec0

Browse files
authored
LooseTypeAnalysis for shift (rust-lang#444)
1 parent 45f4850 commit c49eec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enzyme/Enzyme/AdjointGenerator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,7 @@ class AdjointGenerator
20262026
}
20272027
goto def;
20282028
}
2029+
case Instruction::Shl:
20292030
case Instruction::Mul:
20302031
case Instruction::Sub:
20312032
case Instruction::Add: {

0 commit comments

Comments
 (0)