[llvm] [RISCV] Add XSfmm pseudo instruction and vset* insertion support (PR #143068)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 16 17:04:19 PDT 2025


================
@@ -819,6 +856,8 @@ class VSETVLIInfo {
        << "TailAgnostic=" << (bool)TailAgnostic << ", "
        << "MaskAgnostic=" << (bool)MaskAgnostic << ", "
        << "SEWLMULRatioOnly=" << (bool)SEWLMULRatioOnly << "}";
+    OS << "TWiden=" << (unsigned)TWiden << ", ";
+    OS << "AltFmt=" << (bool)AltFmt << "}";
----------------
topperc wrote:

```suggestion
       << "TWiden=" << (unsigned)TWiden << ", "
       << "AltFmt=" << (bool)AltFmt << "}";
```

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


More information about the llvm-commits mailing list