]> granicus.if.org Git - llvm/commit
[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)
commit7cc8c7247e44f73192d46bcfe13090418f7921d2
tree0c05f4b142429c0d2137acfea442549f2cfdeb6d
parentb01264ee41bfc0002e3c6797d1e787ed9fc4a59c
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366751 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstSimplify/div-by-0-guard-before-smul_ov.ll [new file with mode: 0644]
test/Transforms/InstSimplify/div-by-0-guard-before-umul_ov.ll [new file with mode: 0644]