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 b795262 commit 9407645Copy full SHA for 9407645
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
@@ -3894,7 +3894,7 @@ Instruction *InstCombinerImpl::visitOr(BinaryOperator &I) {
3894
// be simplified by a later pass either, so we try swapping the inner/outer
3895
// ORs in the hopes that we'll be able to simplify it this way.
3896
// (X|C) | V --> (X|V) | C
3897
- // Pass the disjoint flag in two following patters:
+ // Pass the disjoint flag in the following two patterns:
3898
// 1. or-disjoint (or-disjoint X, C), V -->
3899
// or-disjoint (or-disjoint X, V), C
3900
//
0 commit comments