This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bc8dde04b4 [Hexagon] Add heuristic to exclude critical path cost for s [...] new 14bde67afca [Hexagon] Add a few more lit tests, NFC
The 1 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: test/CodeGen/Hexagon/hexagon-cond-jumpr31.ll | 24 +++ test/CodeGen/Hexagon/jump-prob.ll | 164 ++++++++++++++++++ test/CodeGen/Hexagon/late_instr.ll | 231 ++++++++++++++++++++++++++ test/CodeGen/Hexagon/mlong-calls.ll | 41 +++++ test/CodeGen/Hexagon/simplify64bitops_7223.ll | 61 +++++++ test/CodeGen/Hexagon/swp-carried-1.ll | 62 +++++++ test/CodeGen/Hexagon/swp-change-deps.ll | 61 +++++++ test/CodeGen/Hexagon/swp-epilog-numphis.ll | 82 +++++++++ test/CodeGen/Hexagon/swp-epilog-phi9.ll | 55 ++++++ test/CodeGen/Hexagon/swp-phi-ref.ll | 45 +++++ test/CodeGen/Hexagon/swp-phi-start.ll | 44 +++++ test/CodeGen/Hexagon/swp-rename.ll | 30 ++++ test/CodeGen/Hexagon/swp-xxh2.ll | 57 +++++++ test/CodeGen/Hexagon/vect-downscale.ll | 177 ++++++++++++++++++++ 14 files changed, 1134 insertions(+) create mode 100644 test/CodeGen/Hexagon/hexagon-cond-jumpr31.ll create mode 100644 test/CodeGen/Hexagon/jump-prob.ll create mode 100644 test/CodeGen/Hexagon/late_instr.ll create mode 100644 test/CodeGen/Hexagon/mlong-calls.ll create mode 100644 test/CodeGen/Hexagon/simplify64bitops_7223.ll create mode 100644 test/CodeGen/Hexagon/swp-carried-1.ll create mode 100644 test/CodeGen/Hexagon/swp-change-deps.ll create mode 100644 test/CodeGen/Hexagon/swp-epilog-numphis.ll create mode 100644 test/CodeGen/Hexagon/swp-epilog-phi9.ll create mode 100644 test/CodeGen/Hexagon/swp-phi-ref.ll create mode 100644 test/CodeGen/Hexagon/swp-phi-start.ll create mode 100644 test/CodeGen/Hexagon/swp-rename.ll create mode 100644 test/CodeGen/Hexagon/swp-xxh2.ll create mode 100644 test/CodeGen/Hexagon/vect-downscale.ll