You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for specifying range attributes in Intrinsics.td. Use
this to specify the ucmp/scmp range [-1,2).
This case is trickier than existing intrinsic attributes, because
we need to create the attribute with the correct bitwidth. As such,
the attribute construction now needs to be aware of the function
type.
We also need to be careful to no longer assign attributes on
intrinsics with invalid signatures, as we'd make invalid assumptions
about the number of arguments etc otherwise.
0 commit comments