This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e72c7b [StructurizeCFG] Use range-based for loops. new 46cc792 Revert r287553: [CodeGenPrep] Skip merging empty case blocks new ab827bd [AMDGPU] Allow hoisting of comparisons out of a loop and elim [...]
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/CodeGenPrepare.cpp | 167 ++++----------------- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/SILowerControlFlow.cpp | 78 +++++++++- lib/Target/AMDGPU/SILowerI1Copies.cpp | 28 +++- test/CodeGen/AMDGPU/branch-relaxation.ll | 4 +- test/CodeGen/AMDGPU/hoist-cond.ll | 46 ++++++ test/CodeGen/X86/phi-immediate-factoring.ll | 3 +- test/CodeGen/X86/ragreedy-hoist-spill.ll | 8 +- .../CodeGenPrepare/AArch64/widen_switch.ll | 6 +- test/Transforms/CodeGenPrepare/X86/widen_switch.ll | 6 +- .../CodeGenPrepare/skip-merging-case-block.ll | 144 ------------------ 11 files changed, 189 insertions(+), 302 deletions(-) create mode 100644 test/CodeGen/AMDGPU/hoist-cond.ll delete mode 100644 test/Transforms/CodeGenPrepare/skip-merging-case-block.ll