This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a95f2c4f47b [X86] Correct the scheduling data for some of the 32 and 64 [...] new bd3649ff6d6 [DAG, X86] Fix ISel-time node insertion ids new 30a7db5e5fa Move the initialization of the Meta Renamer pass over to IP [...]
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: include/llvm/CodeGen/SelectionDAGISel.h | 3 ++ lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 19 +++++++- lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 10 ++--- lib/Target/X86/X86ISelDAGToDAG.cpp | 14 ++++-- lib/Transforms/IPO/IPO.cpp | 1 + lib/Transforms/Utils/Utils.cpp | 1 - test/CodeGen/X86/pr36865.ll | 63 +++++++++++++++++++++++++++ 7 files changed, 99 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/X86/pr36865.ll