[llvm] [RISCV][Scheduler] Add scheduling definitions for 128-bit Zfa instructions (PR #140003)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 01:00:59 PDT 2025
================
@@ -283,12 +283,14 @@ let Latency = 2 in {
def : WriteRes<WriteFRoundF16, [GenericOOOFPU]>;
def : WriteRes<WriteFRoundF32, [GenericOOOFPU]>;
def : WriteRes<WriteFRoundF64, [GenericOOOFPU]>;
+ def : WriteRes<WriteFRoundF128, [GenericOOOFPU]>;
----------------
wangpc-pp wrote:
It feels weird if the hardware doesn't support Q but we need to define the schedule resources for it.
https://github.com/llvm/llvm-project/pull/140003
More information about the llvm-commits
mailing list