[all-commits] [llvm/llvm-project] cffe3a: [X86][Costmodel] Now that `getReplicationShuffleCo...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Mon Nov 29 03:45:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cffe3a084f87ad2ed17aeebc1075eb100182114e
      https://github.com/llvm/llvm-project/commit/cffe3a084f87ad2ed17aeebc1075eb100182114e
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/X86/interleaved-store-accesses-with-gaps.ll

  Log Message:
  -----------
  [X86][Costmodel] Now that `getReplicationShuffleCost()` is good, update `getInterleavedMemoryOpCostAVX512()`

... to actually ask about i1-elt-wide mask, since that is what will probably be used on AVX512.
This unblocks D111460.

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D114316




More information about the All-commits mailing list