Sanjay Patel 510d647a4d [InstCombine] X / (X * Y) -> 1 / Y if the multiplication does not overflow
The related cases for (X * Y) / X were handled in rL124487.

https://rise4fun.com/Alive/6k9

The division in these tests is subsequently eliminated by existing instcombines
for 1/X.

llvm-svn: 324843
2018-02-11 17:20:32 +00:00
..
2017-11-08 21:59:51 +00:00
2018-01-24 05:04:35 +00:00
2017-11-08 21:59:51 +00:00
2018-02-08 23:10:07 +00:00
2017-11-28 22:39:38 +00:00