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 c949f2c commit 725c9a6Copy full SHA for 725c9a6
llvm/lib/CodeGen/GlobalISel/CombinerHelperCasts.cpp
@@ -410,4 +410,6 @@ bool CombinerHelper::matchRedundantSextInReg(MachineInstr &Root,
410
B.buildSExtInReg(Dst, Src, RootWidth);
411
};
412
}
413
+
414
+ return true;
415
0 commit comments