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
Fix for CodeGenSYCL/functionptr-addrspace.cpp lit test
After optimization, the function is completely empty. Therefore it is "nocapture".
ptr type arguments should be "noundef" (probably all args in C/C++ should be noundef).
Both "nocapture" and "noundef" are correct.
0 commit comments