[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 23:42:43 PDT 2024
    
    
  
================
@@ -1501,6 +1501,113 @@ define void @vp_fadd(){
 }
 
 
+define void @vp_fneg() {
----------------
ElvisWang123 wrote:
Tests are still in `rvv-intrinsics.ll`?
I thought moving these test cases into `CostModel/RISCV/arith-fp.ll` which already contains some tests for non-vp `fneg` would better.
https://github.com/llvm/llvm-project/pull/114378
    
    
More information about the llvm-commits
mailing list