This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from 93086eb4801 [ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0 new 24c873b42c1 Merging r324002: ------------------------------------------ [...] new dd47b68215b Merging r324039: (test case modified to work around r323886 [...]
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 | 4 +- lib/CodeGen/SplitKit.cpp | 53 +++++-- lib/CodeGen/SplitKit.h | 6 +- test/CodeGen/ARM/splitkit.ll | 245 +++++++++++++++++++++++++++++++ test/CodeGen/X86/pr36199.ll | 22 +++ 5 files changed, 318 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/ARM/splitkit.ll create mode 100644 test/CodeGen/X86/pr36199.ll