"llvm/lib/IR/Globals.cpp" did not exist on "b1ed91f3978377294d4620c53ca81beed08b73c7"
[InstCombine] Fix a weakness in canEvaluateZExtd around 'and' instructions
Summary: If the bitsToClear from the LHS of an 'and' comes back non-zero, but all of those bits are known zero on the RHS, we can reset bitsToClear. Without this, the 'or' in the modified test case blocks the transform because it has non-zero bits in its RHS in those bits. Reviewers: spatel, majnemer, davide Reviewed By: davide Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D36944 llvm-svn: 311343
Loading
Please sign in to comment