History log of /llvm-project/llvm/test/Analysis/CostModel/RISCV/cmp.ll (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3
# f3648046 16-Oct-2024 Elvis Wang <elvis.wang@sifive.com>

[RISCV] Fix vp-intrinsics args in cost model tests. NFC (#112463)

This patch contains following changes to fix vp intrinsics tests.
1. v\*float -> v\*f32, v\*double -> v\*f64 and v\*half -> v\*f16

[RISCV] Fix vp-intrinsics args in cost model tests. NFC (#112463)

This patch contains following changes to fix vp intrinsics tests.
1. v\*float -> v\*f32, v\*double -> v\*f64 and v\*half -> v\*f16
2. Fix the order of the vp-intrinsics.

show more ...


Revision tags: llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0
# 1b3e64a9 11-Sep-2024 Elvis Wang <elvis.wang@sifive.com>

[RISCV][TTI] Add vp.cmp intrinsic cost with functionalOPC. (#107504)

This patch make the instruction cost of VP compare intrinsics as same as
their non-VP counterpart.