Displaying 1 result from an estimated 1 matches for "timmleafs".
2020 Nov 17
1
[GlobalISel] Predicated TImmLeafs in patterns
Hi,
I'm trying to use predicated TImmLeafs in TableGen patterns with
GlobalISel to select intrinsics with immediate operands. While this is
working so far, contrary to ImmLeafs the predicate does not seem to get
checked. Is this not supported yet?
This is the pattern in question:
def tuimm9 : TImmLeaf<i32, [{ return isUInt<9>(...