Skip to content

Commit

Permalink
LooseTypeAnalysis for shift (rust-lang#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jan 27, 2022
1 parent 45f4850 commit c49eec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enzyme/Enzyme/AdjointGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,7 @@ class AdjointGenerator
}
goto def;
}
case Instruction::Shl:
case Instruction::Mul:
case Instruction::Sub:
case Instruction::Add: {
Expand Down

0 comments on commit c49eec0

Please sign in to comment.