This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 104aad5d596 [CostModel][X86] Add masked load/store/gather/scatter tests [...] new 64110d8bee2 [CostModel][X86] Split icmp/fcmp costs tests and test all c [...]
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/X86/cmp.ll | 330 ----- test/Analysis/CostModel/X86/fcmp.ll | 1934 ++++++++++++++++++++++++++ test/Analysis/CostModel/X86/icmp.ll | 2595 +++++++++++++++++++++++++++++++++++ 3 files changed, 4529 insertions(+), 330 deletions(-) delete mode 100644 test/Analysis/CostModel/X86/cmp.ll create mode 100644 test/Analysis/CostModel/X86/fcmp.ll create mode 100644 test/Analysis/CostModel/X86/icmp.ll