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] Fix int-footer spec-const generation for deduced types. (#3908)
Apparently my initial implementation documented the need to do this, but
never did! We collect SpecConstants (the vector), and add ones we don't
know if they are SpecConstants. However, the previous implementation
forgot to skip the VarDecls that were later deduced to be a different
type.
0 commit comments