[RISCV][CostModel] Add cost model for integer abs
authorliqinweng <Liqin.Weng@streamcomputing.com>
Mon, 9 Jan 2023 03:38:24 +0000 (11:38 +0800)
committerliqinweng <Liqin.Weng@streamcomputing.com>
Mon, 9 Jan 2023 03:38:24 +0000 (11:38 +0800)
commitf3408739da33c6ead2fe0c32efd9d70ed39cb334
tree7c7910626025b2af0819fde618c0932ea3e08ef8
parent08f957808e5f7e44b11d5e9015925955fe1e9d32
[RISCV][CostModel] Add cost model for integer abs

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D132999
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
llvm/test/Analysis/CostModel/RISCV/abs.ll [new file with mode: 0644]