This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9859759f10a PEI: Delay checking requiresFrameIndexReplacementScavenging new 86a3d313e81 New methods to check for under-/overflow in the SMT API new 502b049dcb5 AMDGPU: Fix missing scc implicit def on s_andn2_b64_term new 99267d8b98c AMDGPU: Skip debug_instr when collapsing end_cf new 44ee20512e2 AMDGPU: Add additional MIR tests for exec mask optimizations
The 4 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/Support/SMTAPI.h | 42 ++ lib/Support/Z3Solver.cpp | 70 ++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 14 +- lib/Target/AMDGPU/SIInstructions.td | 31 +- lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 11 +- .../coalescer-subranges-another-prune-error.mir | 4 +- .../AMDGPU/coalescer-subregjoin-fullcopy.mir | 2 +- .../AMDGPU/coalescing-with-subregs-in-loop-bug.mir | 2 +- test/CodeGen/AMDGPU/collapse-endcf-broken.mir | 49 ++ test/CodeGen/AMDGPU/collapse-endcf.ll | 19 +- test/CodeGen/AMDGPU/collapse-endcf.mir | 775 +++++++++++++++++++++ test/CodeGen/AMDGPU/fix-wwm-liveness.mir | 34 +- 12 files changed, 1001 insertions(+), 52 deletions(-) create mode 100644 test/CodeGen/AMDGPU/collapse-endcf-broken.mir create mode 100644 test/CodeGen/AMDGPU/collapse-endcf.mir