We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d04cc commit 5d1e000Copy full SHA for 5d1e000
enzyme/Enzyme/DifferentialUseAnalysis.h
@@ -462,7 +462,7 @@ static inline bool is_value_needed_in_reverse(
462
if (auto CI = dyn_cast<CallInst>(inst)) {
463
StringRef funcName = getFuncNameFromCall(const_cast<CallInst *>(CI));
464
if (funcName == "julia.get_pgcstack" || funcName == "julia.ptls_states")
465
- return true;
+ return seen[idx] = true;
466
}
467
468
bool inst_cv = gutils->isConstantValue(const_cast<Value *>(inst));
0 commit comments