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 0485211 commit d9ad6a2Copy full SHA for d9ad6a2
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
@@ -1242,7 +1242,7 @@ Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) {
1242
// actually absent. To detect this case, call SimplifyConstrainedFPCall. If it
1243
// returns a replacement, the call may be removed.
1244
if (CI.use_empty() && isa<ConstrainedFPIntrinsic>(CI)) {
1245
- if (Value *V = SimplifyConstrainedFPCall(&CI, SQ.getWithInstruction(&CI)))
+ if (SimplifyConstrainedFPCall(&CI, SQ.getWithInstruction(&CI)))
1246
return eraseInstFromFunction(CI);
1247
}
1248
0 commit comments