[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 02:25:41 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:
Yeah, I tend to do that. Zfa is special because it is orthogonal to other floating-point extensions.
https://github.com/llvm/llvm-project/pull/140003
More information about the llvm-commits
mailing list