[llvm] [RISCV][TTI] Implement instruction cost for vp.reduce.* (PR #114184)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 13:11:40 PST 2024
================
@@ -1,8 +1,10 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
-; RUN: opt < %s -mtriple=riscv32 -mattr=+v -passes="print<cost-model>" -cost-kind=throughput 2>&1 -disable-output | FileCheck %s
-; RUN: opt < %s -mtriple=riscv64 -mattr=+v -passes="print<cost-model>" -cost-kind=throughput 2>&1 -disable-output | FileCheck %s
-; RUN: opt < %s -mtriple=riscv32 -mattr=+v -passes="print<cost-model>" -cost-kind=code-size 2>&1 -disable-output | FileCheck %s --check-prefix=SIZE
-; RUN: opt < %s -mtriple=riscv64 -mattr=+v -passes="print<cost-model>" -cost-kind=code-size 2>&1 -disable-output | FileCheck %s --check-prefix=SIZE
+; RUN: opt < %s -mtriple=riscv32 -mattr=+v -passes="print<cost-model>" -cost-kind=throughput 2>&1 -disable-output --type-based-intrinsic-cost=true | FileCheck %s
----------------
preames wrote:
You modified the run lines, please remove the modification in this change. If you want to modify them, do that in it's own change. (I am skeptical of your motivation for that separate change.)
https://github.com/llvm/llvm-project/pull/114184
More information about the llvm-commits
mailing list