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 832297c commit c08a437Copy full SHA for c08a437
llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
@@ -1094,6 +1094,7 @@ class LegalizationArtifactCombiner {
1094
if (!OpTy.isVector() || !LI.isLegal({TargetOpcode::G_UNMERGE_VALUES,
1095
{DestTy, SrcUnmergeSrcTy}}))
1096
return false;
1097
+ break;
1098
case LegalizeActions::Lower:
1099
case LegalizeActions::Unsupported:
1100
break;
0 commit comments