[llvm] [IR][TableGen] Add RangeSet TableGen intrinsic property (PR #203623)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 14:00:59 PDT 2026
================
@@ -327,6 +328,11 @@ LLVM_ABI void printImmArg(ID IID, unsigned ArgIdx, raw_ostream &OS,
LLVM_ABI void printFPClassMask(raw_ostream &OS, const Constant *ImmArgVal);
+/// Return true if the immediate argument value is accepted by any RangeSet
----------------
jurahul wrote:
```
/// Returns true if \p Value satisfies the range constraints specified for argument \p ArgIdx of intrinsic \p IID.
```
https://github.com/llvm/llvm-project/pull/203623
More information about the llvm-commits
mailing list