This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08536b8 [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing new 7f6f824 [DAG] Don't increase SDNodeOrder for dbg.value/declare.
The 1 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/ScheduleDAGSDNodes.cpp | 6 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 +- test/CodeGen/AArch64/selectiondag-order.ll | 96 +++++++++++++++++++++++ test/CodeGen/X86/selectiondag-order.ll | 97 ++++++++++++++++++++++++ 4 files changed, 199 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/AArch64/selectiondag-order.ll create mode 100644 test/CodeGen/X86/selectiondag-order.ll