Skip to content

Commit 1f45bea

Browse files
committed
adjust comment
1 parent 5e8a54a commit 1f45bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3891,7 +3891,7 @@ Instruction *InstCombinerImpl::visitCallInst(CallInst &CI) {
38913891
}
38923892
}
38933893

3894-
// Try to fold intrinsic into select operands. This is legal if:
3894+
// Try to fold intrinsic into select/phi operands. This is legal if:
38953895
// * The intrinsic is speculatable.
38963896
// * The select condition is not a vector, or the intrinsic does not
38973897
// perform cross-lane operations.

0 commit comments

Comments
 (0)