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