[all-commits] [llvm/llvm-project] 46829e: [RISCV][CostModel] Correct the cost of some reduct...

LiqinWeng via All-commits all-commits at lists.llvm.org
Wed Dec 4 01:27:17 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46829e5430aa3f086389549538d5289769d67076
      https://github.com/llvm/llvm-project/commit/46829e5430aa3f086389549538d5289769d67076
  Author: LiqinWeng <liqin.weng at spacemit.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/RISCV/cttz_elts.ll
    M llvm/test/Analysis/CostModel/RISCV/reduce-and.ll
    M llvm/test/Analysis/CostModel/RISCV/reduce-max.ll
    M llvm/test/Analysis/CostModel/RISCV/reduce-min.ll
    M llvm/test/Analysis/CostModel/RISCV/reduce-or.ll
    M llvm/test/Analysis/CostModel/RISCV/reduce-scalable-fp.ll
    M llvm/test/Analysis/CostModel/RISCV/reduce-scalable-int.ll
    M llvm/test/Analysis/CostModel/RISCV/vp-intrinsics.ll

  Log Message:
  -----------
  [RISCV][CostModel] Correct the cost of some reductions (#118072)

Reductions include: and/or/max/min



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