[clang] [llvm] [RISCV][MC] Add experimental `Zvvmm` MC support (PR #193956)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 03:37:22 PDT 2026


================
@@ -128,6 +129,34 @@ LLVM_ABI unsigned encodeVTYPE(VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
 
 LLVM_ABI unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt);
 
+inline static bool isValidIMELambda(unsigned Lambda) {
----------------
imkiva wrote:

Good idea. Done

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


More information about the cfe-commits mailing list