[llvm] [LLVM][Tablegen] Add Default arguments support for Intrinsics in TableGen (PR #198557)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 06:51:34 PDT 2026
================
----------------
jurahul wrote:
nit: Default value missing (use regular English terminology and not specific class name). Also the " Defaults must form a contiguous trailing block ending at the last parameter" can probably be dropped. For C++, clang just issues "missing default argument on parameter 'y'" error message, we can follow the same style.
https://github.com/llvm/llvm-project/pull/198557
More information about the llvm-commits
mailing list