[all-commits] [llvm/llvm-project] d65c3b: [AArch64][CostModel]: Add costs for zero/sign extend.

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Thu Feb 2 05:37:57 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d65c3bf39aa49eda0f5a6bff02c9292895a37e26
      https://github.com/llvm/llvm-project/commit/d65c3bf39aa49eda0f5a6bff02c9292895a37e26
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/AArch64/cast.ll
    A llvm/test/Analysis/CostModel/AArch64/sve-ext.ll
    M llvm/test/Analysis/CostModel/AArch64/sve-widening-instruction.ll

  Log Message:
  -----------
  [AArch64][CostModel]: Add costs for zero/sign extend.

Add cost for extending to illegal scalable vector types.
Add testing file for the extend operations.

Reviewed By: sdesmalen

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




More information about the All-commits mailing list