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
[SYCL] Reduce list of potential indirect callee candidates (#9871)
There was a concern expressed during code review of #8589,
that we may be adding too many functions into a module when trying to
find all potential callees of an indirect call, thus bloating module.
This PR attempts to fix that by limiting our signature matching to
functions which are marked with `referenced-indirectly` attribute.
This change is not expected to affect any E2E tests, because it returns
the behavior, where we only considered `referenced-indirectly` marked
functions as potential indirect call targets, which we had before
#8589.
---------
Co-authored-by: asudarsa <arvind.sudarsanam@intel.com>
0 commit comments