Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstSimplify] Drop leftover "division-by-zero guard" around `@llvm.umul.with... | Roman Lebedev | 2019-08-29 | 1 | -8/+4 |
* | [InstSimplify] Drop leftover "division-by-zero guard" around `@llvm.umul.with... | Roman Lebedev | 2019-08-29 | 1 | -8/+4 |
* | [SimplifyCFG] FoldTwoEntryPHINode(): don't bailout on i1 PHI's if we can hois... | Roman Lebedev | 2019-08-29 | 1 | -12/+48 |
* | [InstCombine] Fold '(-1 u/ %x) u< %y' to '@llvm.umul.with.overflow' + overflo... | Roman Lebedev | 2019-08-29 | 1 | -14/+59 |
* | [NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow tests | Roman Lebedev | 2019-07-23 | 1 | -1/+4 |
* | [NFC][PhaseOrdering] Add tests showcasing the problems of unsigned multiply o... | Roman Lebedev | 2019-07-22 | 1 | -0/+85 |