This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 15b5be3513a [LoopUnroll] Make LoopPeeling respect the AllowPeeling preference. new bf596a2e06d [AMDGPU][MC][GFX9] Added s_dcache_discard* instructions new 13f7056389c [CostModel][X86] Regenerate int<->fp cost tests with update [...] new 873c2f82eb1 [CostModel][X86] Regenerate vector shift cost tests with up [...]
The 3 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/SMInstructions.td | 30 + test/Analysis/CostModel/X86/fptosi.ll | 389 +++-- test/Analysis/CostModel/X86/fptoui.ll | 411 ++--- test/Analysis/CostModel/X86/sitofp.ll | 377 ++--- test/Analysis/CostModel/X86/uitofp.ll | 384 ++--- test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 1824 ++++++++++++++++----- test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 1731 ++++++++++++++----- test/Analysis/CostModel/X86/vshift-shl-cost.ll | 2005 +++++++++++++++++------ test/MC/AMDGPU/smem.s | 20 + test/MC/Disassembler/AMDGPU/smem_gfx9.txt | 16 + 10 files changed, 5195 insertions(+), 1992 deletions(-)