Issue 142973
Summary [RISCV] Incorrect cost for fptosi_sat.v8i16.v8f64 with Zve32f
Labels backend:RISC-V
Assignees
Reporter topperc
    v8i16 is legal with Zve32f, but v8f64 needs to be scalarized. The cost model only checks the destination type not the input type so does not report the scalarization cost.

CC @arsenm @lukel97 @wangpc-pp @preames 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to