OSDN Git Service

Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are...
authorEli Friedman <eli.friedman@gmail.com>
Fri, 29 Jul 2011 00:18:19 +0000 (00:18 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 29 Jul 2011 00:18:19 +0000 (00:18 +0000)
commitef715972423a57febb7aa9b056d9bf6320e74817
treebaa84e0c8bf0e09f65fc0647ad0550e8402b0ead
parentac03e736c77bcf7e8deb515fc16a7e55d343dc8d
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineShifts.cpp
test/Transforms/InstCombine/shift.ll