commit | 6c3bfba06ef379ad218811854732e7205ff74438 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jun 18 18:11:55 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jun 18 18:11:55 2008 +0000 |
tree | 85a941fbbf9bc3923e15ab7b53fe9c105fe5c125 | |
parent | bb3761c9e5756f35b6fc219a2816d5a21f4fc7cd [diff] [blame] |
Fix the regressions on sext-misc.ll my patch yesterday caused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52466 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp index 802102c..4409380 100644 --- a/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -1343,6 +1343,7 @@ } } } + ComputeMaskedBits(V, DemandedMask, RHSKnownZero, RHSKnownOne, Depth); break; }