This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c105a00ab9 [NFC][testcases] add testcases for folding srem whose opera [...] new 5431fe06df8 [AArch64][SVE] Asm: Support for predicated FP operations (F [...] new 79ed3bcca7d More fixes for subreg join failure in RegCoalescer
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/RegisterCoalescer.cpp | 25 +- lib/Target/AArch64/AArch64SVEInstrInfo.td | 5 + test/CodeGen/AMDGPU/couldnt-join-subrange-3.mir | 319 ++++++++++++++++++++++++ test/MC/AArch64/SVE/fmaxnm-diagnostics.s | 28 +++ test/MC/AArch64/SVE/fmaxnm.s | 48 ++++ test/MC/AArch64/SVE/fmin-diagnostics.s | 28 +++ test/MC/AArch64/SVE/fmin.s | 48 ++++ test/MC/AArch64/SVE/fminnm-diagnostics.s | 28 +++ test/MC/AArch64/SVE/fminnm.s | 48 ++++ test/MC/AArch64/SVE/fsub-diagnostics.s | 28 +++ test/MC/AArch64/SVE/fsub.s | 48 ++++ test/MC/AArch64/SVE/fsubr-diagnostics.s | 28 +++ test/MC/AArch64/SVE/fsubr.s | 48 ++++ 13 files changed, 725 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/AMDGPU/couldnt-join-subrange-3.mir