This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fed24e [SCCP] Have the logic for replacing insts with constant in a [...] new a38e7e4 [DAG] Correctly chain masked loads new 67cca86 MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC new 95c81ed Fix copy/paste bug in r275340. new d2dd1e2 Move a transform from InstCombine to InstSimplify.
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/InstructionSimplify.cpp | 9 +++ lib/CodeGen/MIRParser/MIParser.cpp | 81 +++++++++--------------- lib/CodeGen/MIRParser/MIParser.h | 27 ++++---- lib/CodeGen/MIRParser/MIRParser.cpp | 49 ++++++++------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 17 +++-- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 -- test/CodeGen/X86/pr28515.ll | 16 +++++ 7 files changed, 102 insertions(+), 101 deletions(-) create mode 100644 test/CodeGen/X86/pr28515.ll