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] Avoid trying to add metadata to nonexistent alloca
If local variable is NRVO variable, i.e. is was optimized away and hence
doesn't have an alloca instruction, no need try to do any actions on
this alloca instruction.
Signed-off-by: Mariya Podchishchaeva <[email protected]>
0 commit comments