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 5e8a54a commit 1f45beaCopy full SHA for 1f45bea
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
@@ -3891,7 +3891,7 @@ Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) {
3891
}
3892
3893
3894
- // Try to fold intrinsic into select operands. This is legal if:
+ // Try to fold intrinsic into select/phi operands. This is legal if:
3895
// * The intrinsic is speculatable.
3896
// * The select condition is not a vector, or the intrinsic does not
3897
// perform cross-lane operations.
0 commit comments