[all-commits] [llvm/llvm-project] 594c5b: [SLP] Update TODO comment about shuffle mask decoding

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Aug 17 03:49:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 594c5b1a42cfc1b83a23d096e16586ccc8503532
      https://github.com/llvm/llvm-project/commit/594c5b1a42cfc1b83a23d096e16586ccc8503532
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] Update TODO comment about shuffle mask decoding

This is handled in ShuffleVectorInst/getShuffleCost - getInstructionThroughput is (slowly) being removed.


  Commit: 1d522a39f7ed7a0c60849a689f56172203911916
      https://github.com/llvm/llvm-project/commit/1d522a39f7ed7a0c60849a689f56172203911916
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/lib/Analysis/TargetTransformInfo.cpp

  Log Message:
  -----------
  [TTI] Remove getInstructionThroughput cost helper.

Pulled out of D79483 - we can just as easily use getUserCost directly


Compare: https://github.com/llvm/llvm-project/compare/f61f99a10591...1d522a39f7ed


More information about the All-commits mailing list