This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5e23d13a51 [MC] Moved all the remaining logic that computed instructio [...] new 65f2d885f07 [NFC] ConstantOffsetExtractor::CanTraceInto(): add FIXME: no tests new 6c24dd34f85 [InstCombine] Simplify 'add' to 'or' if no common bits are set. new 6b8ddb45965 [SelectionDAG][NFC] haveNoCommonBitsSet(): add FIXME notes new 7f9e67ce37e [InstCombine] Simplify 'xor' to 'or' if no common bits are set.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/ValueTracking.cpp | 8 ++++++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 ++ lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 4 ++++ .../Scalar/SeparateConstOffsetFromGEP.cpp | 2 ++ test/Transforms/InstCombine/logical-select.ll | 7 ++----- test/Transforms/InstCombine/masked-merge-add.ll | 22 +++++++++++----------- test/Transforms/InstCombine/masked-merge-xor.ll | 22 +++++++++++----------- 7 files changed, 40 insertions(+), 27 deletions(-)