[clang] [RISCV][Sema] Add feature check for target attribute to VSETVL intrinsics (PR #126064)
Pengcheng Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 20:41:03 PST 2025
================
@@ -623,13 +623,37 @@ bool SemaRISCV::CheckBuiltinFunctionCall(const TargetInfo &TI,
}
}
+ auto checkVsetvl = [&](unsigned SEWOffset,
----------------
wangpc-pp wrote:
I think it is a variable, most lambdas in tree are capital. :-)
https://github.com/llvm/llvm-project/pull/126064
More information about the cfe-commits
mailing list