[llvm] [RISCV] Add XSfmm pseudo instruction and vset* insertion support (PR #143068)
Brandon Wu via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 21:43:04 PDT 2025
================
@@ -819,6 +856,8 @@ class VSETVLIInfo {
<< "TailAgnostic=" << (bool)TailAgnostic << ", "
<< "MaskAgnostic=" << (bool)MaskAgnostic << ", "
<< "SEWLMULRatioOnly=" << (bool)SEWLMULRatioOnly << "}";
+ OS << "TWiden=" << (bool)TWiden << ", ";
----------------
4vtomat wrote:
Oh I see, I think it should be 3 bits because it's the real value rather than encoded value
https://github.com/llvm/llvm-project/pull/143068
More information about the llvm-commits
mailing list