[all-commits] [llvm/llvm-project] eb3f1a: [TTI][RISCV] Implement cost of some intrinsics wit...
LiqinWeng via All-commits
all-commits at lists.llvm.org
Mon Dec 2 18:18:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb3f1aec6eff08ce1c76259bb0801f6457a55400
https://github.com/llvm/llvm-project/commit/eb3f1aec6eff08ce1c76259bb0801f6457a55400
Author: LiqinWeng <liqin.weng at spacemit.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/RISCV/fp-min-max-abs.ll
M llvm/test/Analysis/CostModel/RISCV/fp-sqrt-pow.ll
M llvm/test/Analysis/CostModel/RISCV/int-bit-manip.ll
M llvm/test/Analysis/CostModel/RISCV/int-sat-math.ll
Log Message:
-----------
[TTI][RISCV] Implement cost of some intrinsics with LMUL (#117874)
Intrinsics include:
sadd_sat/ssub_sat/uadd_sat/usub_sat/fabs/fsqrt/cttz/ctlz/ctpop
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