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 133dfa1 commit c34a0eaCopy full SHA for c34a0ea
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