This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 50359ffe2c4 Reapply "AMDGPU: Scavenge register instead of findUnusedReg" new 3cf6f94e456 [X86MacroFusion][NFC] Add a bulldozer test. new a3e702346ea [GlobalISel] Fix legalizer artifact combiner from crashing [...]
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: .../GlobalISel/LegalizationArtifactCombiner.h | 26 +++++++- lib/CodeGen/GlobalISel/Legalizer.cpp | 3 +- test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 23 +++---- .../legalizer-combiner-zext-trunc-crash.mir | 72 ++++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 2 - .../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 11 ++-- test/CodeGen/Mips/GlobalISel/legalizer/sub.mir | 2 - .../LoopStrengthReduce/X86/macro-fuse-cmp.ll | 24 +++++++- 8 files changed, 136 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalizer-combiner-zext-trunc-c [...]