Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Nov 3, 2024
1 parent 1cbb0d4 commit d042d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions enzyme/Enzyme/ActivityAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2879,6 +2879,9 @@ bool ActivityAnalyzer::isValueInactiveFromUsers(TypeResults const &TR,
}
continue;
}
if (UA == PUA && TmpOrig == val) {
continue;
}
if (EnzymePrintActivity)
llvm::errs() << " -- failed to continue indirect store2 from "
<< *val << " via " << *TmpOrig_2[0] << "\n";
Expand Down

0 comments on commit d042d43

Please sign in to comment.