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 fe30cf1 commit 2213872Copy full SHA for 2213872
llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp
@@ -52,7 +52,7 @@ static bool shouldReduceOperand(Use &Op) {
52
if (isa<GEPOperator>(Op.getUser()))
53
return false;
54
if (auto *CB = dyn_cast<CallBase>(Op.getUser())) {
55
- if (&CB->getCalledOperandUse() == &Op)
+ if (CB->isCallee(&Op))
56
57
}
58
return true;
0 commit comments