[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:01:00 PDT 2025
================
@@ -447,13 +450,16 @@ let Unsupported = true in {
def : WriteRes<WriteFRoundF16, []>;
def : WriteRes<WriteFRoundF32, []>;
def : WriteRes<WriteFRoundF64, []>;
+def : WriteRes<WriteFRoundF128, []>;
----------------
wangpc-pp wrote:
Maybe define `UnsupportedSchedZfaWithQ`?
https://github.com/llvm/llvm-project/pull/140003
More information about the llvm-commits
mailing list