]> granicus.if.org Git - llvm/commit
[NFC][InstCombine] Copy test for omit urem when possible from TargetLowering
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 1 Jul 2019 09:41:27 +0000 (09:41 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 1 Jul 2019 09:41:27 +0000 (09:41 +0000)
commit624893e969e7fa16e2054c5d0752d6ddc6b1025a
tree604353e3a974538e8d06b35e55c64ae974765720
parent9ea08046da6779d6f4b112cb0a84247ae1d8648c
[NFC][InstCombine] Copy test for omit urem when possible from TargetLowering

Was added in D63390 / rL364286 to backend, but it makes sense to also handle it here.
https://rise4fun.com/Alive/Zsln

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364737 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/omit-urem-of-power-of-two-or-zero-when-comparing-with-zero.ll [new file with mode: 0644]