[all-commits] [llvm/llvm-project] 1f8746: [RISCV][CostModel] Add half type support for the c...
LiqinWeng via All-commits
all-commits at lists.llvm.org
Sun Jan 8 21:00:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f8746cc80047acddc8c5be37c7d4eb0a7ea2e1c
https://github.com/llvm/llvm-project/commit/1f8746cc80047acddc8c5be37c7d4eb0a7ea2e1c
Author: liqinweng <Liqin.Weng at streamcomputing.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
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
Log Message:
-----------
[RISCV][CostModel] Add half type support for the cost model of sqrt/fabs
1. Refactor for costs of sqrt/fabs
2. Add half type support for the cost model of sqrt/fabs
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D132908
More information about the All-commits
mailing list