This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ad4c5dcdea [XCOFF] Use a single symbolic constant for the size of an e [...] new d4c8890067d [ARM] Add or update a number of costmodel 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/Analysis/CostModel/ARM/arith.ll | 419 ++++++++++ test/Analysis/CostModel/ARM/cast.ll | 888 ++++++++++++++------ test/Analysis/CostModel/ARM/divrem.ll | 1284 +++++++++++++++++++---------- test/Analysis/CostModel/ARM/fparith.ll | 172 ++++ test/Analysis/CostModel/ARM/load_store.ll | 278 +++++++ test/Analysis/CostModel/ARM/select.ll | 101 ++- test/Analysis/CostModel/ARM/shuffle.ll | 137 +-- 7 files changed, 2486 insertions(+), 793 deletions(-) create mode 100644 test/Analysis/CostModel/ARM/arith.ll create mode 100644 test/Analysis/CostModel/ARM/fparith.ll create mode 100644 test/Analysis/CostModel/ARM/load_store.ll