[all-commits] [llvm/llvm-project] 97e04d: [X86] X86TTIImpl::getInterleavedMemoryOpCostAVX2()...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Tue May 11 11:36:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97e04d41e646aa13b0cc5ff3812bfb7305fa4756
      https://github.com/llvm/llvm-project/commit/97e04d41e646aa13b0cc5ff3812bfb7305fa4756
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp

  Log Message:
  -----------
  [X86] X86TTIImpl::getInterleavedMemoryOpCostAVX2(): canonicalize to integer type

This way we don't have to duplicate i32/f32 and i64/f64 entries,
which was already forgotten to be done for a few tuples.




More information about the All-commits mailing list