Files
llvm/lib/Transforms
Sanjay Patel ededc9899f [InstCombine] fold udiv with common factor from muls with nuw
Unfortunately, sdiv isn't as simple because of UB due to overflow.

This fold is mentioned in PR38239:
https://bugs.llvm.org/show_bug.cgi?id=38239


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338059 91177308-0d34-0410-b5e6-96231b3b80d8
2018-07-26 19:22:41 +00:00
..
2018-07-26 15:19:07 +00:00