Unverified Commit 462e1023 authored by Poseydon42's avatar Poseydon42 Committed by GitHub
Browse files

[InstCombine] Fold (X / C) < X and (X >> C) < X into X > 0 (#85555)

Proofs: https://alive2.llvm.org/ce/z/52droC

This resolves #85313.
parent 478c4200
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment