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 e43776b commit 406a590Copy full SHA for 406a590
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
@@ -1142,7 +1142,7 @@ void State::addInfoFor(BasicBlock &BB) {
1142
case Intrinsic::abs:
1143
case Intrinsic::usub_sat:
1144
WorkList.push_back(
1145
- FactOrCheck::getCheck(DT.getNode(&BB), cast<CallInst>(&I)));
+ FactOrCheck::getCheck(DT.getNode(&BB), cast<CallInst>(&I)));
1146
[[fallthrough]];
1147
case Intrinsic::uadd_sat:
1148
WorkList.push_back(FactOrCheck::getInstFact(DT.getNode(&BB), &I));
0 commit comments