[InstSimplify] Drop redundant div fold (NFCI)
This is nowadays handled generically via isDivZero() and icmp simplification, specifically the computeConstantRange() based logic.
Loading
Please sign in to comment
This is nowadays handled generically via isDivZero() and icmp simplification, specifically the computeConstantRange() based logic.