This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2caa05202d Use getConstantOperandAPInt instead of getConstantOperandVa [...] new 704b871cc41 [ARM] Move low overhead loop codegen tests into a separate [...] new c71a1c39025 AMDGPU: Make fixing i1 copies robust against re-ordering
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/Target/AMDGPU/SILowerI1Copies.cpp | 21 ++++---- test/CodeGen/AMDGPU/i1-copies-rpo.mir | 51 +++++++++++++++++++ test/Transforms/HardwareLoops/ARM/calls-codegen.ll | 58 ++++++++++++++++++++++ test/Transforms/HardwareLoops/ARM/calls.ll | 20 -------- 4 files changed, 120 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/AMDGPU/i1-copies-rpo.mir create mode 100644 test/Transforms/HardwareLoops/ARM/calls-codegen.ll