This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d82d171171 Reapply part of rL303015, fixing just the DynamicLibaryTest [...] new ace0d94c139 [X86] Split ctpop/ctlz/cttz cost tests new 572b72726d6 AMDGPU: Try to use op_sel when selecting packed instructions
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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 30 +- test/Analysis/CostModel/X86/ctbits-cost.ll | 587 ----------------------------- test/Analysis/CostModel/X86/ctlz.ll | 233 ++++++++++++ test/Analysis/CostModel/X86/ctpop.ll | 133 +++++++ test/Analysis/CostModel/X86/cttz.ll | 233 ++++++++++++ test/CodeGen/AMDGPU/immv216.ll | 6 +- test/CodeGen/AMDGPU/packed-op-sel.ll | 266 +++++++++++++ 7 files changed, 897 insertions(+), 591 deletions(-) delete mode 100644 test/Analysis/CostModel/X86/ctbits-cost.ll create mode 100644 test/Analysis/CostModel/X86/ctlz.ll create mode 100644 test/Analysis/CostModel/X86/ctpop.ll create mode 100644 test/Analysis/CostModel/X86/cttz.ll create mode 100644 test/CodeGen/AMDGPU/packed-op-sel.ll