This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be5d464765c Move testcase into the target-appropriate subdirectory. new 2244b2d0d07 Revert rL305578. There is still some buildbot failure to be fixed. new ea1b075bc30 [TargetLowering] Use ConstantSDNode::isOne and getSExtValue [...] new def0ae43d5d [SelectionDAG] Use APInt::isNullValue/isOneValue. NFC new 5fb544c3e4d [SelectionDAG] Use APInt::isSubsetOf. NFC
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: include/llvm/Transforms/Scalar/GVN.h | 30 +---- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 24 ++-- lib/Transforms/Scalar/GVN.cpp | 186 +++++----------------------- test/Transforms/GVN/PRE/phi-translate-2.ll | 131 -------------------- test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +- test/Transforms/GVN/PRE/pre-load.ll | 6 +- 7 files changed, 49 insertions(+), 336 deletions(-) delete mode 100644 test/Transforms/GVN/PRE/phi-translate-2.ll