This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f4d4fd [AMDGPU] Handle f16 select{_cc} new 79e3fcd Fix build break when the host C compiler is C89. new 826ceab AArch64: Use DeadRegisterDefinitionsPass before regalloc. new 925ac79 [AMDGPU] Refactor v_mac_{f16, f32} patterns into a class NFC
The 3 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: .../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 52 ++++++------- lib/Target/AArch64/AArch64TargetMachine.cpp | 7 +- lib/Target/AMDGPU/SIInstructions.td | 41 +++++----- test/CodeGen/AArch64/arm64-zeroreg.ll | 91 ++++++++++++++++++++++ tools/llvm-c-test/attributes.c | 8 +- 5 files changed, 140 insertions(+), 59 deletions(-) create mode 100644 test/CodeGen/AArch64/arm64-zeroreg.ll