[llvm] [RISCV][Scheduler] Add scheduling definitions for 128-bit Zfa instructions (PR #140003)

Iris Shi via llvm-commits llvm-commits at lists.llvm.org
Thu May 15 04:50:29 PDT 2025


================
@@ -447,13 +450,16 @@ let Unsupported = true in {
 def : WriteRes<WriteFRoundF16, []>;
 def : WriteRes<WriteFRoundF32, []>;
 def : WriteRes<WriteFRoundF64, []>;
+def : WriteRes<WriteFRoundF128, []>;
----------------
el-ev wrote:

Only added `UnsupportedSchedZfaWithQ` here, I can add others in a followup.

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


More information about the llvm-commits mailing list