[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 19:27:14 PST 2025
================
@@ -623,13 +623,37 @@ bool SemaRISCV::CheckBuiltinFunctionCall(const TargetInfo &TI,
}
}
+ auto checkVsetvl = [&](unsigned SEWOffset,
----------------
wangpc-pp wrote:
checkVsetvl -> CheckVSetVL? At least the first letter should be capital.
https://github.com/llvm/llvm-project/pull/126064
More information about the cfe-commits
mailing list