[all-commits] [llvm/llvm-project] 845d8d: [RISCV][TTI] Add cost of typebased cast VPIntrinsi...

Elvis Wang via All-commits all-commits at lists.llvm.org
Wed Sep 4 22:05:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 845d8d909c37c61298d49c0e91949c669ca15215
      https://github.com/llvm/llvm-project/commit/845d8d909c37c61298d49c0e91949c669ca15215
  Author: Elvis Wang <110374989+ElvisWang123 at users.noreply.github.com>
  Date:   2024-09-05 (Thu, 05 Sep 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/RISCV/cast.ll

  Log Message:
  -----------
  [RISCV][TTI] Add cost of typebased cast VPIntrinsics with functionalOPC. (#97797)

This patch make the instruction cost of type-based cast VP intrinsics
will be same as their non-VP counterpart.
This is the following patch of
[#93435](https://github.com/llvm/llvm-project/pull/93435)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list