[llvm] [RISCV][TTI] Add vp.fneg intrinsic cost with functionalOP (PR #114378)

Elvis Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 02:52:53 PDT 2024


================
@@ -1501,6 +1501,113 @@ define void @vp_fadd(){
 }
 
 
+define void @vp_fneg() {
----------------
ElvisWang123 wrote:

It would be better to merge test cases into `arith-fp.ll` which already contains cost model tests for `fneg`.

https://github.com/llvm/llvm-project/pull/114378


More information about the llvm-commits mailing list