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 ac507f5 commit d92a09bCopy full SHA for d92a09b
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -849,7 +849,7 @@ namespace {
849
auto LK = TLI.getTypeConversion(*DAG.getContext(), VT);
850
return (LK.first == TargetLoweringBase::TypeLegal ||
851
LK.first == TargetLoweringBase::TypePromoteInteger) &&
852
- TLI.isOperationLegal(ISD::UMIN, LK.second);
+ TLI.isOperationLegal(ISD::UMIN, LK.second);
853
}
854
855
public:
0 commit comments