[InstSimplify][NFC] Tests for skipping 'div-by-0' checks before @llvm.umul.with.overflow
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 22 Jul 2019 22:09:11 +0000 (22:09 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 22 Jul 2019 22:09:11 +0000 (22:09 +0000)
commit068942728058d6e52f95276cfaf6e0d73099110a
tree7b40ad0150bd2b7e2eb7133ea151dbacd7892b87
parent1693b80bd567cd398365c5f23af0b7ce86cd1f6b
[InstSimplify][NFC] Tests for skipping 'div-by-0' checks before @llvm.umul.with.overflow

These may remain after @llvm.umul.with.overflow was canonicalized
from the code that was originally doing the check via division.

llvm-svn: 366751
llvm/test/Transforms/InstSimplify/div-by-0-guard-before-smul_ov.ll [new file with mode: 0644]
llvm/test/Transforms/InstSimplify/div-by-0-guard-before-umul_ov.ll [new file with mode: 0644]