This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae98859fc1d [Power9]Legalize and emit code for quad-precision convert f [...] new 99cf6a153e3 [InstCombine] improve code comment; NFC new 03a0661f606 [Hexagon] Add more lit tests
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: .../InstCombine/InstCombineMulDivRem.cpp | 4 +- test/CodeGen/Hexagon/addrmode-align.ll | 61 ++++ .../Hexagon/intrinsics/atomicrmw_bitwise_native.ll | 65 ++++ test/CodeGen/Hexagon/intrinsics/atomicrmw_nand.ll | 56 ++++ .../Hexagon/lsr-post-inc-cross-use-offsets.ll | 352 +++++++++++++++++++++ test/CodeGen/Hexagon/retval-redundant-copy.ll | 20 ++ test/CodeGen/Hexagon/swp-bad-sched.ll | 147 +++++++++ test/CodeGen/Hexagon/swp-const-tc1.ll | 70 ++++ test/CodeGen/Hexagon/swp-epilog-phi7.ll | 275 ++++++++++++++++ test/CodeGen/Hexagon/swp-memrefs-epilog1.ll | 90 ++++++ test/CodeGen/Hexagon/swp-phi-ch-offset.ll | 66 ++++ test/CodeGen/Hexagon/swp-resmii-1.ll | 114 +++++++ test/CodeGen/Hexagon/vdotprod.ll | 51 +++ 13 files changed, 1369 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Hexagon/addrmode-align.ll create mode 100644 test/CodeGen/Hexagon/intrinsics/atomicrmw_bitwise_native.ll create mode 100644 test/CodeGen/Hexagon/intrinsics/atomicrmw_nand.ll create mode 100644 test/CodeGen/Hexagon/lsr-post-inc-cross-use-offsets.ll create mode 100644 test/CodeGen/Hexagon/retval-redundant-copy.ll create mode 100644 test/CodeGen/Hexagon/swp-bad-sched.ll create mode 100644 test/CodeGen/Hexagon/swp-const-tc1.ll create mode 100644 test/CodeGen/Hexagon/swp-epilog-phi7.ll create mode 100644 test/CodeGen/Hexagon/swp-memrefs-epilog1.ll create mode 100644 test/CodeGen/Hexagon/swp-phi-ch-offset.ll create mode 100644 test/CodeGen/Hexagon/swp-resmii-1.ll create mode 100644 test/CodeGen/Hexagon/vdotprod.ll