As was raised in #128722 (comment), we have several hardware intrinsics which are known to return bool. Ideally this would instead be tracked by a flag set in the table and queryable via HWIntrinsicInfo instead, allowing us to avoid adding entries to all the various switches when handling is necessary.
The same is also likely true of the APIs known to extract and return a scalar T.
As was raised in #128722 (comment), we have several hardware intrinsics which are known to return
bool. Ideally this would instead be tracked by a flag set in the table and queryable viaHWIntrinsicInfoinstead, allowing us to avoid adding entries to all the various switches when handling is necessary.The same is also likely true of the APIs known to extract and return a scalar
T.