[all-commits] [llvm/llvm-project] 60e469: [CostModel]Replace FixedVectorType by VectorType i...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Wed Dec 16 05:13:06 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 60e4698b9aba8d9a2b27ac8a636c95ad1f7d94e0
      https://github.com/llvm/llvm-project/commit/60e4698b9aba8d9a2b27ac8a636c95ad1f7d94e0
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    A llvm/test/Analysis/CostModel/AArch64/sve-getIntrinsicInstrCost-cctz-ctlz.ll

  Log Message:
  -----------
  [CostModel]Replace FixedVectorType by VectorType in costgetIntrinsicInstrCost

This patch replaces FixedVectorType by VectorType in getIntrinsicInstrCost
in BasicTTIImpl.h. It re-arranges the scalable type test earlier return
and add tests for scalable types.

Depends on D91532

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




More information about the All-commits mailing list