This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0294e50fe5c [Remarks] Simplify the creation of remark serializers new 5ee5e00dd3f [ARM] Better OR's for MVE compares new c02a1216217 [AMDGPU][MC][GFX10] Enabled GFX10 assembly with arbitrary w [...]
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/AsmParser/AMDGPUAsmParser.cpp | 4 +- lib/Target/ARM/ARMISelLowering.cpp | 57 ++++++ lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/ARM/ARMInstrInfo.td | 2 + lib/Target/ARM/ARMInstrMVE.td | 20 +- test/CodeGen/Thumb2/mve-pred-or.ll | 153 ++++++++------- test/CodeGen/Thumb2/mve-vcmpf.ll | 80 ++++---- test/CodeGen/Thumb2/mve-vcmpfz.ll | 80 ++++---- test/MC/AMDGPU/wave_any.s | 238 ++++++++++++++++++++++++ 9 files changed, 462 insertions(+), 174 deletions(-) create mode 100644 test/MC/AMDGPU/wave_any.s