Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Oct 16, 2023
1 parent d430015 commit 71b7445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6945,8 +6945,10 @@ Instruction *InstCombinerImpl::visitICmpInst(ICmpInst &I) {
Changed = true;
}

#if 0
if (Value *V = simplifyICmpInst(I.getPredicate(), Op0, Op1, Q))
return replaceInstUsesWith(I, V);
#endif

// Comparing -val or val with non-zero is the same as just comparing val
// ie, abs(val) != 0 -> val != 0
Expand Down

0 comments on commit 71b7445

Please sign in to comment.