Make sure that we don't call getZExtValue on values > 64 bits.
authorNadav Rotem <nrotem@apple.com>
Tue, 28 Aug 2012 12:23:22 +0000 (12:23 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 28 Aug 2012 12:23:22 +0000 (12:23 +0000)
commita694e2a6910a33596ca706e2c6fc713f02b64c50
tree3473f813bd38422141de802167a4e7522339a708
parent9753f0b9b4ab33919c5010acb6a7b2dc1e875aff
Make sure that we don't call getZExtValue on values > 64 bits.
Thanks Benjamin for noticing this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162749 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
test/Transforms/InstCombine/2012-08-28-udiv_ashl.ll