[all-commits] [llvm/llvm-project] db5e40: [CostModel] Add type-based cost model for get.acti...

David Sherwood via All-commits all-commits at lists.llvm.org
Fri Mar 7 08:13:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db5e4016c0332e7e5c0950414bb0b252975663ed
      https://github.com/llvm/llvm-project/commit/db5e4016c0332e7e5c0950414bb0b252975663ed
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll

  Log Message:
  -----------
  [CostModel] Add type-based cost model for get.active.lane.mask intrinsic (#130132)

I recently realised that we return an invalid cost when requesting
the type-based cost for the get.active.lane.mask intrinsic. I've
fixed that in this patch by reusing the existing code for the
non-type-based model.



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