[NFC] Update isVectorIntrinsicWith...
functions to consider TargetTransformInfo
#117030
Closed
3 tasks
The functions
isVectorIntrinsicWithScalarOpAtArg
andisVectorIntrinsicWithStructReturnOverloadAtField
are unable to consider target specific intrinsics. This issue is resolved when these functions appropriately use the TTI impl when possible.Essentially we want consistent behaviour with the changes here: #114849
AC:
isVectorIntrinsicWithScalarOpAtArg
andisVectorIntrinsicWithStructReturnOverloadAtField
to have a third parameter ofTargetTransformInfo
and to use this implementation when there is a target specific intrinsic. Update comment description of functions to include the new parameterisVectorIntrinsicWithScalarOpAtArg
inScalarizer.cpp
The text was updated successfully, but these errors were encountered: