[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:00:25 PDT 2025


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

```suggestion
       << "SEWLMULRatioOnly=" << (bool)SEWLMULRatioOnly
```

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


More information about the llvm-commits mailing list