This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fec188eac77 [DAGCombiner] Change the SDLoc on split extloads (2/N) new cad24a07046 [DAGCombiner] Fix SDLoc in a (sext (sextload x)) combine (3/N) new 1ae0aae5523 [DAGCombiner] Fix SDLoc in a (zext (zextload x)) combine (4/N)
The 2 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 68 ++++++++++++++++---------------- test/CodeGen/ARM/fold-sext-sextload.ll | 38 ++++++++++++++++++ test/CodeGen/ARM/fold-zext-zextload.ll | 38 ++++++++++++++++++ test/CodeGen/X86/h-registers-1.ll | 16 ++++---- 4 files changed, 119 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/ARM/fold-sext-sextload.ll create mode 100644 test/CodeGen/ARM/fold-zext-zextload.ll