[llvm] [CodeGen] Remove redundant checks (PR #99524)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 11:54:36 PDT 2024


================
@@ -5226,6 +5224,8 @@ MachineInstr *CombinerHelper::buildUDivUsingMul(MachineInstr &MI) {
     // TODO: Use undef values for divisor of 1.
     if (!Divisor.isOne()) {
 
+      unsigned KnownLeadingZeros =
----------------
AtariDreams wrote:

Fixed!

https://github.com/llvm/llvm-project/pull/99524


More information about the llvm-commits mailing list