[llvm] [TTI][RISCV] Implement cost of some intrinsics with LMUL (PR #117874)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 1 01:02:21 PST 2024
================
@@ -1,28 +1,28 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output -S -mtriple=riscv64 -mattr=+v,+f,+d,+zfh,+zvfh | FileCheck %s --check-prefixes=CHECK,ZVFH
----------------
lukel97 wrote:
Can you add zvfbfmin to the ZVFH run line too? I think that matches the other tests with bfloat
https://github.com/llvm/llvm-project/pull/117874
More information about the llvm-commits
mailing list