[llvm] [RISCV] Use inheritance to simplify usage of the UnsupportedSched* multiclasses. NFC (PR #120329)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 19:31:06 PST 2024


================
@@ -211,90 +211,57 @@ def ReadFClass16         : SchedRead;
 def ReadFClass32         : SchedRead;
 def ReadFClass64         : SchedRead;
 
+// For CPUs that support Zfhmin, but not Zfh.
----------------
wangpc-pp wrote:

Just a concern, there may be some risks of misuse.

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


More information about the llvm-commits mailing list