[llvm] [RISCV] Don't cost vector arithmetic fp ops as cheaper than scalar (PR #99594)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 21:45:52 PDT 2024


================
@@ -1667,7 +1667,6 @@ InstructionCost RISCVTTIImpl::getArithmeticInstrCost(
     return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info, Op2Info,
                                          Args, CxtI);
 
-
----------------
lukel97 wrote:

clang-format won't let me get rid of this 

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


More information about the llvm-commits mailing list