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 41911d5 commit 495d32eCopy full SHA for 495d32e
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
@@ -3665,7 +3665,7 @@ static std::optional<DecomposedBitMaskMul> matchBitmaskMul(Value *V) {
3665
}
3666
3667
struct CombinedBitmaskMul {
3668
- std::optional<DecomposedBitMaskMul> Decomp = std::nullopt;
+ std::optional<DecomposedBitMaskMul> Decomp;
3669
Value *DecompOp = nullptr;
3670
Value *OtherOp = nullptr;
3671
};
0 commit comments